[arch-commits] Commit in ucl/repos/community-x86_64 (PKGBUILD PKGBUILD)

Kyle Keen kkeen at archlinux.org
Sat Jun 2 12:03:49 UTC 2018


    Date: Saturday, June 2, 2018 @ 12:03:49
  Author: kkeen
Revision: 337344

archrelease: copy trunk to community-x86_64

Added:
  ucl/repos/community-x86_64/PKGBUILD
    (from rev 337343, ucl/trunk/PKGBUILD)
Deleted:
  ucl/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   56 +++++++++++++++++++++++++++++---------------------------
 1 file changed, 29 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-02 12:03:35 UTC (rev 337343)
+++ PKGBUILD	2018-06-02 12:03:49 UTC (rev 337344)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Geoffroy Carrier <geoffroy.carrier at koon.fr>
-# Contributor: arjan <arjan at archlinux.org>
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-
-pkgname=ucl
-pkgver=1.03
-pkgrel=7
-pkgdesc="Portable lossless data compression library written in ANSI C"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://www.oberhumer.com/opensource/ucl/"
-source=("http://www.oberhumer.com/opensource/$pkgname/download/$pkgname-$pkgver.tar.gz")
-md5sums=('852bd691d8abc75b52053465846fba34')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr --enable-shared --disable-static
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: ucl/repos/community-x86_64/PKGBUILD (from rev 337343, ucl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-02 12:03:49 UTC (rev 337344)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Geoffroy Carrier <geoffroy.carrier at koon.fr>
+# Contributor: arjan <arjan at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+
+pkgname=ucl
+pkgver=1.03
+pkgrel=8
+pkgdesc="Portable lossless data compression library written in ANSI C"
+arch=('x86_64')
+license=('GPL')
+depends=('glibc')
+url="http://www.oberhumer.com/opensource/ucl/"
+source=("http://www.oberhumer.com/opensource/$pkgname/download/$pkgname-$pkgver.tar.gz")
+md5sums=('852bd691d8abc75b52053465846fba34')
+
+build() {
+  cd "$pkgname-$pkgver"
+  CFLAGS+=" -std=gnu90 -fPIC"
+  ./configure --prefix=/usr --enable-shared --disable-static
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list