pdftk: unbreak build (not -jX safe).
This commit is contained in:
parent
d9774ef2b4
commit
6decd4c75a
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,6 @@ version=2.02
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="${pkgname}-${version}-dist"
|
wrksrc="${pkgname}-${version}-dist"
|
||||||
build_wrksrc=${pkgname}
|
build_wrksrc=${pkgname}
|
||||||
build_style=gnu-makefile
|
|
||||||
hostmakedepends="unzip gcc-gcj"
|
hostmakedepends="unzip gcc-gcj"
|
||||||
makedepends="libgcj-devel"
|
makedepends="libgcj-devel"
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
@ -15,8 +14,9 @@ homepage="https://www.pdflabs.com/tools/pdftk-server/"
|
||||||
distfiles="http://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/${pkgname}-${version}-src.zip"
|
distfiles="http://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/${pkgname}-${version}-src.zip"
|
||||||
checksum=118f6a25fd3acaafb58824dce6f97cdc07e56050e666b90e4c4ef426ea37b8c1
|
checksum=118f6a25fd3acaafb58824dce6f97cdc07e56050e666b90e4c4ef426ea37b8c1
|
||||||
|
|
||||||
pre_configure() {
|
do_build() {
|
||||||
cp ${FILESDIR}/Makefile Makefile
|
cp ${FILESDIR}/Makefile Makefile
|
||||||
|
make
|
||||||
}
|
}
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin pdftk
|
vbin pdftk
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue