mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 18:02:57 +02:00
perl-Font-TTF: needs perl-IO-String in the host too
This commit is contained in:
parent
533e43f4b1
commit
2e1b6accae
1 changed files with 5 additions and 5 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template build file for 'perl-Font-TTF'
|
# Template build file for 'perl-Font-TTF'
|
||||||
pkgname=perl-Font-TTF
|
pkgname=perl-Font-TTF
|
||||||
version=1.06
|
version=1.06
|
||||||
revision=2
|
revision=3
|
||||||
|
noarch=yes
|
||||||
wrksrc="Font-TTF-${version}"
|
wrksrc="Font-TTF-${version}"
|
||||||
build_style=perl-module
|
build_style=perl-module
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl-IO-String"
|
||||||
makedepends="perl"
|
makedepends="${hostmakedepends}"
|
||||||
depends="perl perl-IO-String"
|
depends="${makedepends}"
|
||||||
short_desc="Font::TTF - Perl module for TrueType Font hacking"
|
short_desc="Font::TTF - Perl module for TrueType Font hacking"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
homepage="http://search.cpan.org/~mhosken/Font-TTF/"
|
homepage="http://search.cpan.org/~mhosken/Font-TTF/"
|
||||||
license="Artistic-2.0"
|
license="Artistic-2.0"
|
||||||
distfiles="${CPAN_SITE}/Font/Font-TTF-${version}.tar.gz"
|
distfiles="${CPAN_SITE}/Font/Font-TTF-${version}.tar.gz"
|
||||||
checksum=4b697d444259759ea02d2c442c9bffe5ffe14c9214084a01f743693a944cc293
|
checksum=4b697d444259759ea02d2c442c9bffe5ffe14c9214084a01f743693a944cc293
|
||||||
noarch=yes
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue