archrelease: copy trunk to staging-x86_64
[arch-packages.git] / liblqr / repos / extra-x86_64 / PKGBUILD
blob65fd93b0f567ab5ffd778251dbf0dc4e3cb7c8b8
1 # Maintainer: Tobias Powalowski <tpowa@archlinux.org>
3 pkgname=liblqr
4 pkgver=0.4.2
5 pkgrel=3
6 pkgdesc="A seam-carving C/C++ library called Liquid Rescale"
7 arch=('x86_64')
8 url="https://liblqr.wikidot.com/"
9 license=('GPL')
10 depends=('glib2')
11 options=('!emptydirs')
12 source=("https://liblqr.wikidot.com/local--files/en:download-page/$pkgname-1-$pkgver.tar.bz2")
13 sha256sums=('173a822efd207d72cda7d7f4e951c5000f31b10209366ff7f0f5972f7f9ff137')
15 build() {
16   cd $pkgname-1-$pkgver
17   ./configure --prefix=/usr 
18   make
21 package() {
22   cd $pkgname-1-$pkgver
23   make DESTDIR="$pkgdir/" install