void-packages/srcpkgs/xsetroot/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

23 lines
751 B
Text

# Template build file for 'xsetroot'.
pkgname=xsetroot
version=1.1.0
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
build_style=gnu-configure
short_desc="X root window parameter setting program"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=88f13e949e7aea126239e5c9b3fe7bb7c2ecf70c70774ae41218789d9cfe5fad
long_desc="
The xsetroot program is used to tailor the appearance of the background
window of the X server.
This is from the modular X.org X11 project."
Add_dependency run glibc
Add_dependency run libXmu
Add_dependency run libX11
Add_dependency run libXcursor
Add_dependency build pkg-config
Add_dependency build xbitmaps
Add_dependency build libXmu-devel
Add_dependency build libX11-devel
Add_dependency build libXcursor-devel