[arch-commits] Commit in fastjar/repos (staging-x86_64 staging-x86_64/PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Fri Nov 9 22:40:38 UTC 2018


    Date: Friday, November 9, 2018 @ 22:40:38
  Author: foutrelis
Revision: 338703

archrelease: copy trunk to staging-x86_64

Added:
  fastjar/repos/staging-x86_64/
  fastjar/repos/staging-x86_64/PKGBUILD
    (from rev 338702, fastjar/trunk/PKGBUILD)

----------+
 PKGBUILD |   26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

Copied: fastjar/repos/staging-x86_64/PKGBUILD (from rev 338702, fastjar/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2018-11-09 22:40:38 UTC (rev 338703)
@@ -0,0 +1,26 @@
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=fastjar
+pkgver=0.98
+pkgrel=5
+pkgdesc="Sun java jar compatible archiver"
+arch=('x86_64')
+url='https://savannah.nongnu.org/projects/fastjar'
+license=('GPL')
+depends=('zlib' 'texinfo')
+source=(https://download.savannah.nongnu.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+# The key cannot be found on any keyserver. Keyring can only be downloaded here
+# https://savannah.nongnu.org/project/memberlist-gpgkeys.php?group=fastjar
+#validpgpkeys=('EEFF99F6ADE26B135C85141D663843B80213D86E') # Dalibor Topic
+sha256sums=('f156abc5de8658f22ee8f08d7a72c88f9409ebd8c7933e9466b0842afeb2f145')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



More information about the arch-commits mailing list