From fa487d010712a95ca30621b26162c59afb19bca1 Mon Sep 17 00:00:00 2001 From: Thierry N Date: Tue, 27 Oct 2009 23:07:54 +0100 Subject: Ajout de xorg-xsetroot#1.0.2-1 --- xorg/xorg-xsetroot/.footprint | 6 ++++++ xorg/xorg-xsetroot/.md5sum | 1 + xorg/xorg-xsetroot/Pkgfile | 18 ++++++++++++++++++ 3 files changed, 25 insertions(+) create mode 100644 xorg/xorg-xsetroot/.footprint create mode 100644 xorg/xorg-xsetroot/.md5sum create mode 100644 xorg/xorg-xsetroot/Pkgfile diff --git a/xorg/xorg-xsetroot/.footprint b/xorg/xorg-xsetroot/.footprint new file mode 100644 index 000000000..8f22f1043 --- /dev/null +++ b/xorg/xorg-xsetroot/.footprint @@ -0,0 +1,6 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/xsetroot +drwxr-xr-x root/root usr/man/ +drwxr-xr-x root/root usr/man/man1/ +-rw-r--r-- root/root usr/man/man1/xsetroot.1.gz diff --git a/xorg/xorg-xsetroot/.md5sum b/xorg/xorg-xsetroot/.md5sum new file mode 100644 index 000000000..f4a83b2ef --- /dev/null +++ b/xorg/xorg-xsetroot/.md5sum @@ -0,0 +1 @@ +9af7db9f3052aef0b11636720b3101dd xsetroot-1.0.2.tar.bz2 diff --git a/xorg/xorg-xsetroot/Pkgfile b/xorg/xorg-xsetroot/Pkgfile new file mode 100644 index 000000000..f111609f8 --- /dev/null +++ b/xorg/xorg-xsetroot/Pkgfile @@ -0,0 +1,18 @@ +# Description: Root window parameter setting utility for X +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Depends on: xorg-server, xorg-xbitmaps, xorg-libx11, xorg-libxmu + +name=xorg-xsetroot +version=1.0.2 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/app/xsetroot-$version.tar.bz2) + +build() { + cd xsetroot-$version + + ./configure --prefix=/usr + + make + make DESTDIR=$PKG install +} -- cgit v1.2.3-54-g00ecf