22 lines
664 B
Text
22 lines
664 B
Text
# Template build file for 'xsetroot'.
|
|
pkgname=xsetroot
|
|
version=1.1.0
|
|
revision=3
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="xbitmaps libXmu-devel libXrender-devel libXfixes-devel libXcursor-devel"
|
|
short_desc="X root window parameter setting program"
|
|
homepage="http://xorg.freedesktop.org"
|
|
license="MIT"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
|
checksum=88f13e949e7aea126239e5c9b3fe7bb7c2ecf70c70774ae41218789d9cfe5fad
|
|
long_desc="
|
|
The xsetroot program is used to tailor the appearance of the background
|
|
window of the X server."
|
|
|
|
xsetroot_package() {
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|