summaryrefslogtreecommitdiff
path: root/community/libpaper/PKGBUILD
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-02-06 15:15:42 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2013-02-06 15:15:42 +0100
commit9437cdbc03cb103235fa0b043f4cf73882f10f34 (patch)
tree5dba8834685e18222c996b3cd4c728958ed3a49b /community/libpaper/PKGBUILD
parent7cfa9860fb15a4bf5066e33255da1a9b09cc95b1 (diff)
parenta110e74fe4a31aebb09e0da6e407af69ed996837 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/drbd/PKGBUILD community/dumb/PKGBUILD community/echat/PKGBUILD community/librcc/PKGBUILD community/linux-tools/PKGBUILD community/python2-pysqlite-legacy/PKGBUILD community/python2-pyxmpp/PKGBUILD core/libksba/PKGBUILD core/ncurses/PKGBUILD extra/libbonobo/PKGBUILD extra/libmpeg2/PKGBUILD extra/qt/PKGBUILD extra/rarian/PKGBUILD extra/wpa_supplicant_gui/PKGBUILD libre/audacious-plugins-libre/PKGBUILD
Diffstat (limited to 'community/libpaper/PKGBUILD')
-rw-r--r--community/libpaper/PKGBUILD16
1 files changed, 8 insertions, 8 deletions
diff --git a/community/libpaper/PKGBUILD b/community/libpaper/PKGBUILD
index 87b060b06..7c2a9b61f 100644
--- a/community/libpaper/PKGBUILD
+++ b/community/libpaper/PKGBUILD
@@ -1,29 +1,29 @@
-# $Id: PKGBUILD 79303 2012-11-02 14:41:55Z arodseth $
+# $Id: PKGBUILD 83644 2013-02-04 09:47:51Z 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=3
+pkgrel=4
pkgdesc='Library for handling paper characteristics'
arch=('x86_64' 'i686' 'mips64el')
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
- ./configure --prefix=/usr \
- --mandir=$pkgdir/usr/share/man \
- --sysconfdir=/etc
+ cd "$srcdir/$pkgname-$pkgver+nmu2"
+ ./configure --prefix=/usr --sysconfdir=/etc
make
}
package() {
- cd $srcdir/$pkgname-$pkgver+nmu2
- make prefix=$pkgdir/usr install
+ cd "$srcdir/$pkgname-$pkgver+nmu2"
+ make prefix="$pkgdir/usr" install
}
# vim:set ts=2 sw=2 et: