New package: epstopdf-2.25
This commit is contained in:
parent
97c69dc36f
commit
e442353bd5
1 changed files with 24 additions and 0 deletions
24
srcpkgs/epstopdf/template
Normal file
24
srcpkgs/epstopdf/template
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# Template file for 'epstopdf'
|
||||||
|
pkgname="epstopdf"
|
||||||
|
version="2.25"
|
||||||
|
revision=1
|
||||||
|
depends="ghostscript perl"
|
||||||
|
hostmakedepends="unzip"
|
||||||
|
short_desc="Convert EPS to PDF using Ghostscript"
|
||||||
|
maintainer="Julien Dehos <dehos@lisic.univ-littoral.fr>"
|
||||||
|
homepage="http://tug.org/epstopdf"
|
||||||
|
license="public domain"
|
||||||
|
distfiles="http://mirrors.ctan.org/support/${pkgname}.zip"
|
||||||
|
checksum="b3ae50757eb7fcbf7e9ed1b34b037fa8e06f6f4bb16cdd4cd2f1afdd5a0d8af3"
|
||||||
|
noarch="yes"
|
||||||
|
wrksrc="epstopdf"
|
||||||
|
|
||||||
|
do_build() {
|
||||||
|
mv epstopdf.pl epstopdf
|
||||||
|
}
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vbin epstopdf
|
||||||
|
vman epstopdf.1
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue