Date: Monday, February 8, 2016 @ 01:22:26
  Author: foutrelis
Revision: 160626

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  jhead/repos/community-staging-i686/
  jhead/repos/community-staging-i686/LICENSE
    (from rev 160625, jhead/trunk/LICENSE)
  jhead/repos/community-staging-i686/PKGBUILD
    (from rev 160625, jhead/trunk/PKGBUILD)
  jhead/repos/community-staging-x86_64/
  jhead/repos/community-staging-x86_64/LICENSE
    (from rev 160625, jhead/trunk/LICENSE)
  jhead/repos/community-staging-x86_64/PKGBUILD
    (from rev 160625, jhead/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/LICENSE    |   12 ++++++++++++
 community-staging-i686/PKGBUILD   |   31 +++++++++++++++++++++++++++++++
 community-staging-x86_64/LICENSE  |   12 ++++++++++++
 community-staging-x86_64/PKGBUILD |   31 +++++++++++++++++++++++++++++++
 4 files changed, 86 insertions(+)

Copied: jhead/repos/community-staging-i686/LICENSE (from rev 160625, 
jhead/trunk/LICENSE)
===================================================================
--- community-staging-i686/LICENSE                              (rev 0)
+++ community-staging-i686/LICENSE      2016-02-08 00:22:26 UTC (rev 160626)
@@ -0,0 +1,12 @@
+License:
+
+    Jhead is public domain software - that is, you can do whatever you want
+    with it, and include it software that is licensesed under the GNU or the 
+    BSD license, or whatever other licence you chose, including proprietary
+    closed source licenses.  Although not part of the liscense, I do expect
+    common courtesy, please.
+
+    If you do integrate the code into some software of yours, I'd appreciate
+    knowing about it though. 
+
+Matthias Wandel

Copied: jhead/repos/community-staging-i686/PKGBUILD (from rev 160625, 
jhead/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD                             (rev 0)
+++ community-staging-i686/PKGBUILD     2016-02-08 00:22:26 UTC (rev 160626)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Lukas Fleischer <[email protected]>
+# Contributor: François Charette <francois ατ archlinux δοτ org>
+# Contributor: Giovanni Scafora <[email protected]>
+
+pkgname=jhead
+pkgver=3.00
+pkgrel=2
+pkgdesc='EXIF JPEG info parser and thumbnail remover'
+url="http://www.sentex.net/~mwandel/jhead/";
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('glibc')
+optdepends=('libjpeg: to up-right images according to rotation tag')
+source=("http://www.sentex.net/~mwandel/${pkgname}/${pkgname}-${pkgver}.tar.gz";
+        LICENSE)
+md5sums=('86cc05ad59d049c35963c7c1a5296801'
+         '1f0db611d2642a981719f45252762a45')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  install -Dm755 jhead "${pkgdir}/usr/bin/jhead"
+  install -Dm644 jhead.1 "${pkgdir}/usr/share/man/man1/jhead.1"
+  install -Dm644 "${srcdir}/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: jhead/repos/community-staging-x86_64/LICENSE (from rev 160625, 
jhead/trunk/LICENSE)
===================================================================
--- community-staging-x86_64/LICENSE                            (rev 0)
+++ community-staging-x86_64/LICENSE    2016-02-08 00:22:26 UTC (rev 160626)
@@ -0,0 +1,12 @@
+License:
+
+    Jhead is public domain software - that is, you can do whatever you want
+    with it, and include it software that is licensesed under the GNU or the 
+    BSD license, or whatever other licence you chose, including proprietary
+    closed source licenses.  Although not part of the liscense, I do expect
+    common courtesy, please.
+
+    If you do integrate the code into some software of yours, I'd appreciate
+    knowing about it though. 
+
+Matthias Wandel

Copied: jhead/repos/community-staging-x86_64/PKGBUILD (from rev 160625, 
jhead/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-08 00:22:26 UTC (rev 160626)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Lukas Fleischer <[email protected]>
+# Contributor: François Charette <francois ατ archlinux δοτ org>
+# Contributor: Giovanni Scafora <[email protected]>
+
+pkgname=jhead
+pkgver=3.00
+pkgrel=2
+pkgdesc='EXIF JPEG info parser and thumbnail remover'
+url="http://www.sentex.net/~mwandel/jhead/";
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('glibc')
+optdepends=('libjpeg: to up-right images according to rotation tag')
+source=("http://www.sentex.net/~mwandel/${pkgname}/${pkgname}-${pkgver}.tar.gz";
+        LICENSE)
+md5sums=('86cc05ad59d049c35963c7c1a5296801'
+         '1f0db611d2642a981719f45252762a45')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  install -Dm755 jhead "${pkgdir}/usr/bin/jhead"
+  install -Dm644 jhead.1 "${pkgdir}/usr/share/man/man1/jhead.1"
+  install -Dm644 "${srcdir}/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Reply via email to