[arch-commits] CVS update of extra/lib/ucl (PKGBUILD)
Eric Belanger
eric at archlinux.org
Sun Nov 4 22:16:42 UTC 2007
Date: Sunday, November 4, 2007 @ 17:16:42
Author: eric
Path: /home/cvs-extra/extra/lib/ucl
Removed: PKGBUILD (1.7)
extra repo cleanup
----------+
PKGBUILD | 20 --------------------
1 file changed, 20 deletions(-)
Index: extra/lib/ucl/PKGBUILD
diff -u extra/lib/ucl/PKGBUILD:1.7 extra/lib/ucl/PKGBUILD:removed
--- extra/lib/ucl/PKGBUILD:1.7 Sun May 28 07:39:55 2006
+++ extra/lib/ucl/PKGBUILD Sun Nov 4 17:16:42 2007
@@ -1,20 +0,0 @@
-# $Id: PKGBUILD,v 1.7 2006/05/28 11:39:55 notz Exp $
-# Maintainer: arjan <arjan at archlinux.org>
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-
-pkgname=ucl
-pkgver=1.03
-pkgrel=2
-pkgdesc="UCL is a portable lossless data compression library written in ANSI C"
-arch=(i686 x86_64)
-source=(http://www.oberhumer.com/opensource/ucl/download/$pkgname-$pkgver.tar.gz)
-url="http://www.oberhumer.com/opensource/ucl/"
-md5sums=('852bd691d8abc75b52053465846fba34')
-
-build() {
- cd $startdir/src/$pkgname-$pkgver
- ./configure --prefix=/usr
- make || return 1
- make prefix=$startdir/pkg/usr install
- find $startdir/pkg -name '*.la' -exec rm {} \;
-}
More information about the arch-commits
mailing list