[arch-commits] Commit in lzip/repos (4 files)

Jiachen Yang farseerfc at archlinux.org
Sun Aug 21 17:18:22 UTC 2016


    Date: Sunday, August 21, 2016 @ 17:18:22
  Author: farseerfc
Revision: 187249

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

Added:
  lzip/repos/community-i686/
  lzip/repos/community-i686/PKGBUILD
    (from rev 187248, lzip/trunk/PKGBUILD)
  lzip/repos/community-x86_64/
  lzip/repos/community-x86_64/PKGBUILD
    (from rev 187248, lzip/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   26 ++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   26 ++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)

Copied: lzip/repos/community-i686/PKGBUILD (from rev 187248, lzip/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-08-21 17:18:22 UTC (rev 187249)
@@ -0,0 +1,26 @@
+# Maintainer:  Jiachen Yang <farseerfc at gmail.com>
+# 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.17
+pkgrel=2
+pkgdesc="A lossless file compressor based on the LZMA algorithm"
+arch=('i686' 'x86_64')
+url="http://www.nongnu.org/lzip/lzip.html"
+license=('GPL3')
+depends=('gcc-libs')
+source=(http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
+sha512sums=('cd4a1a7d3778f22e3a6f2d2a20491919e662771e79d1738f74c63de857913e28186d53b2af7997e1b164f8ab792561c7dde8781bb025a1859271ddd72f5ed519')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr CXXFLAGS="$CXXFLAGS"
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install{,-man}
+}

Copied: lzip/repos/community-x86_64/PKGBUILD (from rev 187248, lzip/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-08-21 17:18:22 UTC (rev 187249)
@@ -0,0 +1,26 @@
+# Maintainer:  Jiachen Yang <farseerfc at gmail.com>
+# 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.17
+pkgrel=2
+pkgdesc="A lossless file compressor based on the LZMA algorithm"
+arch=('i686' 'x86_64')
+url="http://www.nongnu.org/lzip/lzip.html"
+license=('GPL3')
+depends=('gcc-libs')
+source=(http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
+sha512sums=('cd4a1a7d3778f22e3a6f2d2a20491919e662771e79d1738f74c63de857913e28186d53b2af7997e1b164f8ab792561c7dde8781bb025a1859271ddd72f5ed519')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr CXXFLAGS="$CXXFLAGS"
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install{,-man}
+}



More information about the arch-commits mailing list