summaryrefslogtreecommitdiffstats
path: root/xorg-xsetroot/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-xsetroot/Pkgfile')
-rw-r--r--xorg-xsetroot/Pkgfile17
1 files changed, 17 insertions, 0 deletions
diff --git a/xorg-xsetroot/Pkgfile b/xorg-xsetroot/Pkgfile
new file mode 100644
index 0000000..44d7689
--- /dev/null
+++ b/xorg-xsetroot/Pkgfile
@@ -0,0 +1,17 @@
+description="Root window parameter setting utility for X"
+packager=""
+maintainer="Tilman Sauerbeck, tilman at crux dot nu"
+url="http://xorg.freedesktop.org"
+depends=(xorg-server xorg-xbitmaps xorg-libx11 xorg-libxmu)
+
+name=xorg-xsetroot
+version=1.0.3
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/app/xsetroot-1.0.3.tar.bz2)
+build ()
+{
+ cd xsetroot-$version;
+ ./configure --prefix=/usr --mandir=$mandir;
+ make;
+ make DESTDIR=$PKG install
+}