diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 17:37:45 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 17:37:45 +0200 |
commit | c138e9e7b455d89fc789a91085e3f5805a813c3e (patch) | |
tree | 28dbe38d7a2ce0d27b2456206590f61a49b8dfa0 /xorg/xorg-xsetroot/Pkgfile | |
parent | c7e469bbe9cc2f80ce0548211d5c3112735f5b02 (diff) | |
download | nutyx-pakxe-c138e9e7b455d89fc789a91085e3f5805a813c3e.tar.gz nutyx-pakxe-c138e9e7b455d89fc789a91085e3f5805a813c3e.tar.bz2 nutyx-pakxe-c138e9e7b455d89fc789a91085e3f5805a813c3e.tar.xz nutyx-pakxe-c138e9e7b455d89fc789a91085e3f5805a813c3e.zip |
xorg-xsetroot dans extra
Diffstat (limited to 'xorg/xorg-xsetroot/Pkgfile')
-rw-r--r-- | xorg/xorg-xsetroot/Pkgfile | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/xorg/xorg-xsetroot/Pkgfile b/xorg/xorg-xsetroot/Pkgfile deleted file mode 100644 index 8d05f22d3..000000000 --- a/xorg/xorg-xsetroot/Pkgfile +++ /dev/null @@ -1,18 +0,0 @@ -# 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 -} |