mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 10:47:14 +08:00
liblqr is a dep of digikam
This commit is contained in:
parent
be84ee149d
commit
a2cefb1d90
22
liblqr/PKGBUILD
Normal file
22
liblqr/PKGBUILD
Normal file
@ -0,0 +1,22 @@
|
||||
# $Id: PKGBUILD 49462 2009-08-08 15:03:23Z tpowa $
|
||||
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
|
||||
|
||||
pkgname=liblqr
|
||||
pkgver=0.4.1
|
||||
pkgrel=1
|
||||
pkgdesc="A seam-carving C/C++ library called Liquid Rescale"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://liblqr.wikidot.com/"
|
||||
license=('GPL')
|
||||
depends=('glibc' 'glib2')
|
||||
makedepends=('pkgconfig')
|
||||
options=('!libtool')
|
||||
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
|
||||
}
|
||||
md5sums=('0e24ed3c9fcdcb111062640764d7b87a')
|
Loading…
Reference in New Issue
Block a user