[arch-commits] Commit in jhead/repos (3 files)

Felix Yan felixonmars at archlinux.org
Fri Nov 9 22:06:39 UTC 2018


    Date: Friday, November 9, 2018 @ 22:06:38
  Author: felixonmars
Revision: 404843

archrelease: copy trunk to community-staging-x86_64

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

----------+
 LICENSE  |   12 ++++++++++++
 PKGBUILD |   30 ++++++++++++++++++++++++++++++
 2 files changed, 42 insertions(+)

Copied: jhead/repos/community-staging-x86_64/LICENSE (from rev 404841, jhead/trunk/LICENSE)
===================================================================
--- community-staging-x86_64/LICENSE	                        (rev 0)
+++ community-staging-x86_64/LICENSE	2018-11-09 22:06:38 UTC (rev 404843)
@@ -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 404841, jhead/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2018-11-09 22:06:38 UTC (rev 404843)
@@ -0,0 +1,30 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: François Charette <francois ατ archlinux δοτ org>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+
+pkgname=jhead
+pkgver=3.00
+pkgrel=3
+pkgdesc='EXIF JPEG info parser and thumbnail remover'
+url="http://www.sentex.net/~mwandel/jhead/"
+arch=('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"
+}



More information about the arch-commits mailing list