#Maintainer: George Vlahavas <vlahavas~at~gmail~dot~com>

pkgname=libpaper
pkgver=1.1.24
pkgrel=1gv
source=("http://ftp.de.debian.org/debian/pool/main/libp/libpaper/libpaper_1.1.24.tar.gz")
docs=("readme" "install" "copying" "changelog" "authors" "news" "todo")
url=http://ftp.de.debian.org/debian/pool/main/libp/libpaper/

slackdesc=\
(
#|-----handy-ruler------------------------------------------------------|
"libpaper (library for handling paper characteristics)"
"The libpaper paper-handling library automates recognition of many"
"different paper types and sizes for programs that need to deal with"
"printed output."
)


build() {
	cd $startdir/src/libpaper-$pkgver
	./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --disable-static --build=$arch-slackware-linux
	make || return 1
	make install DESTDIR=$startdir/pkg
}