summaryrefslogtreecommitdiff
path: root/community/libpaper/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-01-23 03:40:09 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-01-23 03:40:09 +0000
commit1a04b89cbb8e27e4622005c896745498af51ef45 (patch)
tree5991cef855e2a5ae07d66cccd5b47ba681007483 /community/libpaper/PKGBUILD
parentc9e4976968b0f847cc693453df1e947531af2e76 (diff)
Thu Jan 23 03:35:13 UTC 2014
Diffstat (limited to 'community/libpaper/PKGBUILD')
-rw-r--r--community/libpaper/PKGBUILD31
1 files changed, 0 insertions, 31 deletions
diff --git a/community/libpaper/PKGBUILD b/community/libpaper/PKGBUILD
deleted file mode 100644
index 62ec2f893..000000000
--- a/community/libpaper/PKGBUILD
+++ /dev/null
@@ -1,31 +0,0 @@
-# $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=6
-pkgdesc='Library for handling paper characteristics'
-arch=('x86_64' 'i686')
-url='http://packages.debian.org/unstable/source/libpaper'
-license=('GPL')
-depends=('sh')
-source=("http://ftp.de.debian.org/debian/pool/main/libp/$pkgname/${pkgname}_$pkgver+nmu2.tar.gz")
-sha256sums=('c5bdd6d9dff179699160675dbb61651d9b3158f6da27558fdaba00e7c427ba96')
-
-build() {
- cd "$pkgname-$pkgver+nmu2"
-
- ./configure \
- --prefix=/usr \
- --sysconfdir=/etc \
- --sbindir=/usr/bin
- make
-}
-
-package() {
- make -C "$pkgname-$pkgver+nmu2" DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et: