mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
epstopdf: fix noarch=
This commit is contained in:
parent
fc53bd3516
commit
e4bfa6804e
1 changed files with 6 additions and 6 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'epstopdf'
|
# Template file for 'epstopdf'
|
||||||
pkgname="epstopdf"
|
pkgname=epstopdf
|
||||||
version=2.27
|
version=2.27
|
||||||
revision=1
|
revision=2
|
||||||
depends="ghostscript perl"
|
archs=noarch
|
||||||
|
wrksrc=epstopdf
|
||||||
hostmakedepends="unzip"
|
hostmakedepends="unzip"
|
||||||
|
depends="ghostscript perl"
|
||||||
short_desc="Convert EPS to PDF using Ghostscript"
|
short_desc="Convert EPS to PDF using Ghostscript"
|
||||||
maintainer="Julien Dehos <dehos@lisic.univ-littoral.fr>"
|
maintainer="Julien Dehos <dehos@lisic.univ-littoral.fr>"
|
||||||
homepage="http://tug.org/epstopdf"
|
|
||||||
license="public domain"
|
license="public domain"
|
||||||
|
homepage="https://tug.org/epstopdf/"
|
||||||
distfiles="http://mirrors.ctan.org/support/${pkgname}.zip"
|
distfiles="http://mirrors.ctan.org/support/${pkgname}.zip"
|
||||||
checksum=f15fc08a2e9b479bc2376ee87f850eb8f3ebb9ec4e56ce62d35c6d5bef22a008
|
checksum=f15fc08a2e9b479bc2376ee87f850eb8f3ebb9ec4e56ce62d35c6d5bef22a008
|
||||||
noarch="yes"
|
|
||||||
wrksrc="epstopdf"
|
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
mv epstopdf.pl epstopdf
|
mv epstopdf.pl epstopdf
|
||||||
|
|
Loading…
Add table
Reference in a new issue