summaryrefslogtreecommitdiff
path: root/community/ucl/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-02-26 23:15:00 +0000
committerroot <root@rshg054.dnsready.net>2012-02-26 23:15:00 +0000
commitf6a79a3f5989efc8db63af942851c56f0c462bb1 (patch)
tree08bddecba9bbd4fc2c2075bfa2c514f710fcd351 /community/ucl/PKGBUILD
parente4a5730eb358cb0d78bc022204ddccac068c2bf2 (diff)
Sun Feb 26 23:15:00 UTC 2012
Diffstat (limited to 'community/ucl/PKGBUILD')
-rw-r--r--community/ucl/PKGBUILD11
1 files changed, 8 insertions, 3 deletions
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 <pupykin.s+arch@gmail.com>
# Contributor: Geoffroy Carrier <geoffroy.carrier@koon.fr>
# Previous Contributor: arjan <arjan@archlinux.org>
@@ -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
}