xorg/xorg-xsetroot/Pkgfile

19 lines
407 B
Plaintext
Raw Normal View History

2006-04-07 18:48:00 +02:00
# Description: Root window parameter setting utility for X
# URL: http://xorg.freedesktop.org
2012-07-15 21:41:24 +02:00
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
2019-08-25 15:41:05 +02:00
# Depends on: xorg-server xorg-xbitmaps
2006-04-07 18:48:00 +02:00
name=xorg-xsetroot
2022-10-30 11:35:22 +01:00
version=1.1.3
2018-03-10 16:44:45 +01:00
release=1
2022-10-30 11:35:22 +01:00
source=(https://www.x.org/releases/individual/app/xsetroot-$version.tar.xz)
2006-04-07 18:48:00 +02:00
build() {
cd xsetroot-$version
./configure --prefix=/usr
2006-04-07 18:48:00 +02:00
make
make DESTDIR=$PKG install
}