From f6a79a3f5989efc8db63af942851c56f0c462bb1 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 26 Feb 2012 23:15:00 +0000 Subject: Sun Feb 26 23:15:00 UTC 2012 --- community/ucl/PKGBUILD | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'community/ucl') diff --git a/community/ucl/PKGBUILD b/community/ucl/PKGBUILD index 144d9c476..43bcd1ee5 100644 --- a/community/ucl/PKGBUILD +++ b/community/ucl/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 20705 2010-07-10 22:26:42Z cbrannon $ +# $Id: PKGBUILD 66541 2012-02-26 00:11:59Z lfleischer $ # Maintainer: Sergej Pupykin # Contributor: Geoffroy Carrier # Previous Contributor: arjan @@ -6,18 +6,23 @@ pkgname=ucl pkgver=1.03 -pkgrel=4 +pkgrel=5 pkgdesc="Portable lossless data compression library written in ANSI C" arch=('i686' 'x86_64') license=('GPL') url="http://www.oberhumer.com/opensource/ucl/" options=(!libtool) -source=(http://www.oberhumer.com/opensource/$pkgname/download/$pkgname-$pkgver.tar.gz) +source=("http://www.oberhumer.com/opensource/$pkgname/download/$pkgname-$pkgver.tar.gz") md5sums=('852bd691d8abc75b52053465846fba34') build() { cd "$srcdir/$pkgname-$pkgver" + ./configure --prefix=/usr make +} + +package() { + cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir" install } -- cgit v1.2.3-54-g00ecf