diff options
author | root <root@rshg047.dnsready.net> | 2011-05-17 22:43:03 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-05-17 22:43:03 +0000 |
commit | 4a67ab8a761f1d0ef59988a513f9f2163f94a869 (patch) | |
tree | ef060a1cf768b53a89958df6252193bda9c86d25 /extra/liblqr | |
parent | 2f0d12506e7145c0fe4c056e4fbcda1e724dda95 (diff) |
Tue May 17 22:43:03 UTC 2011
Diffstat (limited to 'extra/liblqr')
-rw-r--r-- | extra/liblqr/PKGBUILD | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/extra/liblqr/PKGBUILD b/extra/liblqr/PKGBUILD index 58ebf907a..67f9170d6 100644 --- a/extra/liblqr/PKGBUILD +++ b/extra/liblqr/PKGBUILD @@ -1,22 +1,26 @@ -# $Id: PKGBUILD 49462 2009-08-08 15:03:23Z tpowa $ +# $Id: PKGBUILD 124082 2011-05-16 15:00:24Z andrea $ # Maintainer: Tobias Powalowski <tpowa@archlinux.org> pkgname=liblqr pkgver=0.4.1 -pkgrel=1 +pkgrel=2 pkgdesc="A seam-carving C/C++ library called Liquid Rescale" arch=('i686' 'x86_64') url="http://liblqr.wikidot.com/" license=('GPL') -depends=('glibc' 'glib2') +depends=('glib2') makedepends=('pkgconfig') -options=('!libtool') -source=(http://liblqr.wikidot.com/local--files/en:download-page/$pkgname-1-$pkgver.tar.bz2) +options=('!libtool' '!emptydirs') +source=("http://liblqr.wikidot.com/local--files/en:download-page/$pkgname-1-$pkgver.tar.bz2") build() { cd "$srcdir/$pkgname-1-$pkgver" ./configure --prefix=/usr - make || return 1 - make DESTDIR="$pkgdir/" install || return 1 + make +} + +package() { + cd "$srcdir/$pkgname-1-$pkgver" + make DESTDIR="$pkgdir/" install } md5sums=('0e24ed3c9fcdcb111062640764d7b87a') |