summaryrefslogtreecommitdiff
path: root/community/libpaper/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/libpaper/PKGBUILD')
-rw-r--r--community/libpaper/PKGBUILD13
1 files changed, 9 insertions, 4 deletions
diff --git a/community/libpaper/PKGBUILD b/community/libpaper/PKGBUILD
index 7c2a9b61f..c8dd1ff0b 100644
--- a/community/libpaper/PKGBUILD
+++ b/community/libpaper/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 83644 2013-02-04 09:47:51Z arodseth $
+# $Id: PKGBUILD 90780 2013-05-13 21:25:37Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Mateusz Herych <heniekk@gmail.com>
# Contributor: royrocks <royrocks13@gmail.com>
pkgname=libpaper
pkgver=1.1.24
-pkgrel=4
+pkgrel=5
pkgdesc='Library for handling paper characteristics'
arch=('x86_64' 'i686' 'mips64el')
url='http://packages.debian.org/unstable/source/libpaper'
@@ -17,13 +17,18 @@ sha256sums=('c5bdd6d9dff179699160675dbb61651d9b3158f6da27558fdaba00e7c427ba96')
build() {
cd "$srcdir/$pkgname-$pkgver+nmu2"
- ./configure --prefix=/usr --sysconfdir=/etc
+
+ ./configure \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --sbindir=/usr/bin
make
}
package() {
cd "$srcdir/$pkgname-$pkgver+nmu2"
- make prefix="$pkgdir/usr" install
+
+ make DESTDIR="$pkgdir" install
}
# vim:set ts=2 sw=2 et: