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

24 lines
753 B
Text

# Template build file for 'libXaw'.
pkgname=libXaw
version=1.0.5
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu_configure
short_desc="X Athena Widgets Library from modular Xorg X11"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=2503f3e3348ee3cf38368161dfab8112d3aea2a26deea34f3136898c13cfb88d
long_desc="
Xaw is the X Athena Widget Set. Xaw is a widget set based on the
X Toolkit Intrinsics (Xt) Library.
This libXaw is from the modular Xorg X11."
subpackages="devel"
Add_dependency build pkg-config
Add_dependency build xproto
Add_dependency build xextproto
Add_dependency full glibc
Add_dependency full libX11
Add_dependency full libXext
Add_dependency full libXt
Add_dependency full libXmu
Add_dependency full libXpm