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

Levente Polyak anthraxx at archlinux.org
Mon Feb 11 20:36:22 UTC 2019


    Date: Monday, February 11, 2019 @ 20:36:20
  Author: anthraxx
Revision: 346005

archrelease: copy trunk to extra-x86_64

Added:
  lzop/repos/extra-x86_64/PKGBUILD
    (from rev 346004, lzop/trunk/PKGBUILD)
Deleted:
  lzop/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-11 20:36:09 UTC (rev 346004)
+++ PKGBUILD	2019-02-11 20:36:20 UTC (rev 346005)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Damir Perisa <damir.perisa at bluewin.ch>
-
-pkgname=lzop
-pkgver=1.04
-pkgrel=1
-pkgdesc="File compressor using lzo lib"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://www.lzop.org/"
-depends=('lzo')
-source=("http://www.lzop.org/download/${pkgname}-${pkgver}.tar.gz")
-md5sums=('271eb10fde77a0a96b9cbf745e719ddf')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: lzop/repos/extra-x86_64/PKGBUILD (from rev 346004, lzop/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-02-11 20:36:20 UTC (rev 346005)
@@ -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=2
+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