diff options
author | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
commit | 18a41d682d6e91e0d28fce23eb75292f477bd620 (patch) | |
tree | bce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/libpaper | |
parent | 0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff) |
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/libpaper')
-rw-r--r-- | community/libpaper/PKGBUILD | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/community/libpaper/PKGBUILD b/community/libpaper/PKGBUILD deleted file mode 100644 index 5b8ccc1e7..000000000 --- a/community/libpaper/PKGBUILD +++ /dev/null @@ -1,34 +0,0 @@ -# $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=5 -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" - - ./configure \ - --prefix=/usr \ - --sysconfdir=/etc \ - --sbindir=/usr/bin - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver+nmu2" - - make DESTDIR="$pkgdir" install -} - -# vim:set ts=2 sw=2 et: |