bdftopcf: new deps style.
--HG-- extra : convert_revision : bcc0aa39f9088294757c36e7e18b95fc84763c8e
This commit is contained in:
parent
49fdd908a0
commit
47eba22f14
1 changed files with 9 additions and 6 deletions
|
@ -1,12 +1,11 @@
|
||||||
# Template build file for 'bdftopcf'.
|
# Template build file for 'bdftopcf'.
|
||||||
pkgname=bdftopcf
|
pkgname=bdftopcf
|
||||||
version=1.0.1
|
version=1.0.1
|
||||||
distfiles="
|
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
||||||
http://xorg.freedesktop.org/releases/individual/app/$pkgname-$version.tar.bz2"
|
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
short_desc="BDF to PCF font converter for X11"
|
short_desc="BDF to PCF font converter for X11"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=1772b2417916952c5cf99f16a7fc76f86393a44b
|
checksum=aaaa45ab361781aebda2093fdc7eb5c187f6215b4ba308dd6b9ff2b727e805d3
|
||||||
long_desc="
|
long_desc="
|
||||||
The bdftopcf tool converts X fonts from Bitmap Distribution Format
|
The bdftopcf tool converts X fonts from Bitmap Distribution Format
|
||||||
to Portable Compiled Format.
|
to Portable Compiled Format.
|
||||||
|
@ -16,3 +15,7 @@ long_desc="
|
||||||
architecture to read them directly without reformatting. This
|
architecture to read them directly without reformatting. This
|
||||||
allows fast reading on the appropriate machine, but the files
|
allows fast reading on the appropriate machine, but the files
|
||||||
are still portable (but read more slowly) on other machines."
|
are still portable (but read more slowly) on other machines."
|
||||||
|
|
||||||
|
Add_dependency full glibc
|
||||||
|
Add_dependency full libXfont
|
||||||
|
Add_dependency build pkg-config
|
||||||
|
|
Loading…
Reference in a new issue