vp-build/templates/libfontenc/template
Juan RP dd6b45c322 Set sourcepkg to pkgname through run_template().
This removes the need for having to specify sourcepkg manually in
every package that will build subpkgs.

--HG--
extra : convert_revision : 383e4c467e84844d2f4f61ae5c5e07a5124e9cfb
2009-07-29 22:44:30 +02:00

17 lines
529 B
Plaintext

# Template build file for 'libfontenc'.
pkgname=libfontenc
version=1.0.4
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu_configure
short_desc="The fontenc Library from X.org"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=b993aa3d17e845a12a49160b5d96993059ce919c7ba902005b910b867b6258c8
long_desc="
This provides the fontenc Library from the modular X.org X11 project."
subpackages="devel"
Add_dependency build pkg-config
Add_dependency build xproto
Add_dependency full glibc
Add_dependency full zlib