summaryrefslogtreecommitdiff
path: root/community/libpaper
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-10-31 01:12:24 -0700
committerroot <root@rshg054.dnsready.net>2013-10-31 01:12:24 -0700
commitb2a6f1b28b7fa31088cab9a90b0f5ab97948534d (patch)
treeafa7b467e44b704b69c66862852a8c3118b8e308 /community/libpaper
parent7c151ac5589d3dbef5972f69a62b847ecf565bfa (diff)
Thu Oct 31 01:09:50 PDT 2013
Diffstat (limited to 'community/libpaper')
-rw-r--r--community/libpaper/PKGBUILD11
1 files changed, 4 insertions, 7 deletions
diff --git a/community/libpaper/PKGBUILD b/community/libpaper/PKGBUILD
index 5b8ccc1e7..62ec2f893 100644
--- a/community/libpaper/PKGBUILD
+++ b/community/libpaper/PKGBUILD
@@ -1,22 +1,21 @@
-# $Id: PKGBUILD 90780 2013-05-13 21:25:37Z arodseth $
+# $Id: PKGBUILD 99872 2013-10-31 02:12:23Z allan $
# 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=5
+pkgrel=6
pkgdesc='Library for handling paper characteristics'
arch=('x86_64' 'i686')
url='http://packages.debian.org/unstable/source/libpaper'
license=('GPL')
depends=('sh')
-options=('!libtool')
source=("http://ftp.de.debian.org/debian/pool/main/libp/$pkgname/${pkgname}_$pkgver+nmu2.tar.gz")
sha256sums=('c5bdd6d9dff179699160675dbb61651d9b3158f6da27558fdaba00e7c427ba96')
build() {
- cd "$srcdir/$pkgname-$pkgver+nmu2"
+ cd "$pkgname-$pkgver+nmu2"
./configure \
--prefix=/usr \
@@ -26,9 +25,7 @@ build() {
}
package() {
- cd "$srcdir/$pkgname-$pkgver+nmu2"
-
- make DESTDIR="$pkgdir" install
+ make -C "$pkgname-$pkgver+nmu2" DESTDIR="$pkgdir" install
}
# vim:set ts=2 sw=2 et: