mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
New package: extractpdfmark-1.0.2
This commit is contained in:
parent
752b496247
commit
55549f4e0d
1 changed files with 27 additions and 0 deletions
27
srcpkgs/extractpdfmark/template
Normal file
27
srcpkgs/extractpdfmark/template
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
# Template file for 'extractpdfmark'
|
||||||
|
pkgname=extractpdfmark
|
||||||
|
version=1.0.2
|
||||||
|
revision=1
|
||||||
|
build_wrksrc="build"
|
||||||
|
build_style=gnu-configure
|
||||||
|
configure_script="../configure"
|
||||||
|
hostmakedepends="pkg-config automake autogen gettext-devel"
|
||||||
|
makedepends="poppler-devel"
|
||||||
|
short_desc="Extract page mode and named destinations as PDFmark from PDF"
|
||||||
|
maintainer="newbluemoon <blaumolch@mailbox.org>"
|
||||||
|
license="GPL-3"
|
||||||
|
homepage="https://www.ctan.org/pkg/extractpdfmark"
|
||||||
|
distfiles="https://github.com/trueroad/${pkgname}/archive/v${version}.tar.gz"
|
||||||
|
checksum=2c630d7016ad13b4676eb40d664a564fe849bd2dec6f1dafc0de33ec3755bc9c
|
||||||
|
|
||||||
|
post_extract() {
|
||||||
|
if [ ! -d ${wrksrc}/${build_wrksrc} ]; then
|
||||||
|
mkdir ${wrksrc}/${build_wrksrc}
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
cd ..
|
||||||
|
./autogen.sh
|
||||||
|
cd ${build_wrksrc}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue