summaryrefslogtreecommitdiff
path: root/community/libpaper/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/libpaper/PKGBUILD')
-rw-r--r--community/libpaper/PKGBUILD23
1 files changed, 13 insertions, 10 deletions
diff --git a/community/libpaper/PKGBUILD b/community/libpaper/PKGBUILD
index 395f66806..113fe83f1 100644
--- a/community/libpaper/PKGBUILD
+++ b/community/libpaper/PKGBUILD
@@ -1,19 +1,20 @@
-# $Id: PKGBUILD 67411 2012-03-11 13:41:08Z cbrannon $
-# Maintainer: Mateusz Herych <heniekk@gmail.com>
+# $Id: PKGBUILD 79303 2012-11-02 14:41:55Z 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=2
-pkgdesc="Library for handling paper characteristics"
-arch=('i686' 'x86_64')
-url="http://packages.debian.org/unstable/source/libpaper"
+pkgrel=3
+pkgdesc='Library for handling paper characteristics'
+arch=('x86_64' 'i686')
+url='http://packages.debian.org/unstable/source/libpaper'
license=('GPL')
-source=(http://ftp.debian.org/debian/pool/main/libp/libpaper/libpaper_${pkgver}.tar.gz)
-md5sums=('5bc87d494ba470aba54f6d2d51471834')
+source=("http://ftp.de.debian.org/debian/pool/main/libp/$pkgname/${pkgname}_$pkgver+nmu2.tar.gz")
+sha256sums=('c5bdd6d9dff179699160675dbb61651d9b3158f6da27558fdaba00e7c427ba96')
build() {
- cd $srcdir/$pkgname-$pkgver
+ cd $srcdir/$pkgname-$pkgver+nmu2
./configure --prefix=/usr \
--mandir=$pkgdir/usr/share/man \
--sysconfdir=/etc
@@ -21,6 +22,8 @@ build() {
}
package() {
- cd $srcdir/$pkgname-$pkgver
+ cd $srcdir/$pkgname-$pkgver+nmu2
make prefix=$pkgdir/usr install
}
+
+# vim:set ts=2 sw=2 et: