void-packages/templates/libXpm/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

20 lines
618 B
Text

# Template build file for 'libXpm'.
pkgname=libXpm
version=3.5.7
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu_configure
short_desc="X PixMap Library from modular Xorg X11"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=64701ae67ce5b0797307b75d8255bec3a0d371d0c50715ea618f5a68bcc92baa
long_desc="
XPM (X PixMap) is a format for storing and retrieving X pixmaps
to and from files.
This libXpm is from the modular Xorg X11."
subpackages="devel"
Add_dependency build pkg-config
Add_dependency build gettext
Add_dependency build xproto
Add_dependency full glibc
Add_dependency full libX11