libpaper: update to 1.1.24+nmu5.
This commit is contained in:
parent
6fd0863687
commit
2ec4ab64f4
|
@ -1,15 +1,20 @@
|
||||||
# Template file for 'libpaper'
|
# Template file for 'libpaper'
|
||||||
pkgname=libpaper
|
pkgname=libpaper
|
||||||
version=1.1.24+nmu4
|
version=1.1.24+nmu5
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
hostmakedepends="automake libtool"
|
||||||
conf_files="/etc/papersize"
|
conf_files="/etc/papersize"
|
||||||
short_desc="Library for handling paper characteristics"
|
short_desc="Library for handling paper characteristics"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://packages.debian.org/unstable/source/libpaper"
|
homepage="http://packages.debian.org/unstable/source/libpaper"
|
||||||
distfiles="${DEBIAN_SITE}/main/libp/${pkgname}/${pkgname}_${version}.tar.gz"
|
distfiles="${DEBIAN_SITE}/main/libp/${pkgname}/${pkgname}_${version}.tar.gz"
|
||||||
checksum=2491fce3f590d922d2d3070555df4425921b89c76a18e1c62e36336d6657526a
|
checksum=e29deda4cd7350189c71af0925cbf4a4473f9841d1419a922e1e8ff1954db1f2
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
autoreconf -fi
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# add systemwide default papersize read by many office applications
|
# add systemwide default papersize read by many office applications
|
||||||
|
|
Loading…
Reference in New Issue