Date: Tuesday, July 7, 2020 @ 19:57:17
  Author: foutrelis
Revision: 660189

archrelease: copy trunk to community-staging-x86_64

Added:
  lzip/repos/community-staging-x86_64/
  lzip/repos/community-staging-x86_64/PKGBUILD
    (from rev 660188, lzip/trunk/PKGBUILD)

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

Copied: lzip/repos/community-staging-x86_64/PKGBUILD (from rev 660188, 
lzip/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-07-07 19:57:17 UTC (rev 660189)
@@ -0,0 +1,32 @@
+# Maintainer:  Jiachen Yang <[email protected]>
+# AUR Maintainer:  apophys <admin AT kubikmilan DOT sk>
+# Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org>
+# Contributor: Renzo Carbonara <gnuk0001/gmail.com>
+
+pkgname=lzip
+pkgver=1.21
+pkgrel=3
+pkgdesc="A lossless file compressor based on the LZMA algorithm"
+arch=('x86_64')
+url="https://www.nongnu.org/lzip/lzip.html";
+license=('GPL3')
+depends=('gcc-libs')
+source=("https://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz";
+       
"https://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz.sig";)
+
+## upstream provided sha256sum:
+## http://lists.nongnu.org/archive/html/lzip-bug/2018-02/msg00006.html
+sha256sums=('e48b5039d3164d670791f9c5dbaa832bf2df080cb1fbb4f33aa7b3300b670d8b'
+            'SKIP')
+validpgpkeys=('1D41C14B272A2219A739FA4F8FE99503132D7742')  # Antonio Diaz Diaz 
<[email protected]>
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr CXXFLAGS="$CXXFLAGS" LDFLAGS="$LDFLAGS"
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install{,-man}
+}

Reply via email to