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

Felix Yan felixonmars at archlinux.org
Tue May 19 08:29:17 UTC 2020


    Date: Tuesday, May 19, 2020 @ 08:29:16
  Author: felixonmars
Revision: 386330

archrelease: copy trunk to staging-x86_64

Added:
  lzop/repos/staging-x86_64/
  lzop/repos/staging-x86_64/PKGBUILD
    (from rev 386329, lzop/trunk/PKGBUILD)

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

Copied: lzop/repos/staging-x86_64/PKGBUILD (from rev 386329, lzop/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2020-05-19 08:29:16 UTC (rev 386330)
@@ -0,0 +1,28 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Damir Perisa <damir.perisa at bluewin.ch>
+
+pkgname=lzop
+pkgver=1.04
+pkgrel=3
+pkgdesc='File compressor using lzo lib'
+url='https://www.lzop.org/'
+arch=('x86_64')
+license=('GPL')
+depends=('lzo')
+source=(https://www.lzop.org/download/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('5829b4495ffefab549aa697a05c536ce593c572c9eee6004460583a0090abcd317c6074c4f981dfee6be61ac8d127f02dd37053b6cb782af64db41586a8bbb6e')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+    --prefix=/usr \
+    --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list