vp-build/templates/libxklavier/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

25 lines
903 B
Plaintext

# Template build file for 'libxklavier'.
pkgname=libxklavier
version=3.9
distfiles="${GNOME_SITE}/$pkgname/$version/$pkgname-$version.tar.bz2"
build_style=gnu_configure
configure_args="--localstatedir=/var"
short_desc="Library providing high-level API for X Keyboard Extension"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=462a4e427f201a23de194f824dce70c84867464956f2f6c8dd4a5e07f1f4a554
long_desc="
libxklavier is a library providing high-level API for X Keyboard Extension
known as XKB. This library is intended to support XFree86 and other
commercial X servers. It is useful for creating XKB-related software
(layout indicators etc)."
subpackages="devel"
Add_dependency build pkg-config
Add_dependency full glibc
Add_dependency full libxkbfile
Add_dependency full libxml2
Add_dependency full glib
Add_dependency full xkeyboard-config
Add_dependency full libXi
Add_dependency full iso-codes