diff options
Diffstat (limited to 'extra/exempi/PKGBUILD')
-rw-r--r-- | extra/exempi/PKGBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/extra/exempi/PKGBUILD b/extra/exempi/PKGBUILD index b866cae93..d0623d04b 100644 --- a/extra/exempi/PKGBUILD +++ b/extra/exempi/PKGBUILD @@ -3,21 +3,20 @@ pkgname=exempi pkgver=2.2.1 -pkgrel=1 +pkgrel=2 pkgdesc="A library to parse XMP metadata" arch=(i686 x86_64 'mips64el') url="http://libopenraw.freedesktop.org/wiki/Exempi" license=('custom:BSD') depends=('gcc-libs' 'expat' 'zlib') makedepends=('boost') -options=(!libtool) source=(http://libopenraw.freedesktop.org/download/$pkgname-$pkgver.tar.bz2{,.asc}) md5sums=('0f8e5832299224684a65847eedf8d1e4' 'SKIP') build() { cd $pkgname-$pkgver - ./configure --prefix=/usr + ./configure --prefix=/usr --disable-static make } |