# $Id: PKGBUILD 20705 2010-07-10 22:26:42Z cbrannon $ # Maintainer: Sergej Pupykin # Contributor: Geoffroy Carrier # Previous Contributor: arjan # Previous Contributor: Tom Newsom pkgname=ucl pkgver=1.03 pkgrel=4 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) md5sums=('852bd691d8abc75b52053465846fba34') build() { cd "$srcdir/$pkgname-$pkgver" ./configure --prefix=/usr make make DESTDIR="$pkgdir" install }