summaryrefslogtreecommitdiffstats
path: root/extra/xorg-xsetroot/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 17:37:45 +0200
committertnut <tnut at nutyx dot com>2011-10-15 17:37:45 +0200
commitc138e9e7b455d89fc789a91085e3f5805a813c3e (patch)
tree28dbe38d7a2ce0d27b2456206590f61a49b8dfa0 /extra/xorg-xsetroot/Pkgfile
parentc7e469bbe9cc2f80ce0548211d5c3112735f5b02 (diff)
downloadnutyx-extra-c138e9e7b455d89fc789a91085e3f5805a813c3e.tar.gz
nutyx-extra-c138e9e7b455d89fc789a91085e3f5805a813c3e.tar.bz2
nutyx-extra-c138e9e7b455d89fc789a91085e3f5805a813c3e.tar.xz
nutyx-extra-c138e9e7b455d89fc789a91085e3f5805a813c3e.zip
xorg-xsetroot dans extra
Diffstat (limited to 'extra/xorg-xsetroot/Pkgfile')
-rw-r--r--extra/xorg-xsetroot/Pkgfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/extra/xorg-xsetroot/Pkgfile b/extra/xorg-xsetroot/Pkgfile
new file mode 100644
index 000000000..8d05f22d3
--- /dev/null
+++ b/extra/xorg-xsetroot/Pkgfile
@@ -0,0 +1,18 @@
+# Description: Root window parameter setting utility for X
+# URL: http://xorg.freedesktop.org
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: xorg-xbitmaps, xorg-libx11, xorg-libxmu, xorg-libxcursor, xorg-libxdamage, xorg-libxrandr, xorg-libxinerama
+# Run on: xorg-xbitmaps,xorg-libx11,xorg-libxmu
+
+name=xorg-xsetroot
+version=1.1.0
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/app/xsetroot-$version.tar.bz2)
+
+build() {
+ cd xsetroot-$version
+ ./configure $XORG_CONFIG
+ make
+ make DESTDIR=$PKG install
+}