void-packages/srcpkgs/xlsatoms/template
Juan RP 23dd7d008e Update build_style for all templates.
- There's no need to set build_style for custom-install (default).
- gnu_{configure,makefile} renamed to gnu-{configure,makefile}.
2011-10-24 14:14:47 +02:00

17 lines
617 B
Text

# Template build file for 'xlsatoms'.
pkgname=xlsatoms
version=1.1.0
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
build_style=gnu-configure
short_desc="List interned atoms defined on the X server"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=4a017ada25140a71034fc0026500ebe24b81f2d185a4b2ef733de683b79dcb0d
long_desc="
$pkgname lists the interned atoms. By default, all atoms starting from 1
(the lowest atom value defined by the protocol) are listed until unknown
atom is found."
Add_dependency run glibc
Add_dependency run libxcb
Add_dependency build pkg-config
Add_dependency build libxcb-devel