summaryrefslogtreecommitdiff
path: root/xorg-xsetroot
diff options
context:
space:
mode:
authorTilman Sauerbeck <tilman@code-monkey.de>2006-04-07 18:48:00 +0200
committerTilman Sauerbeck <tilman@code-monkey.de>2006-04-07 18:48:00 +0200
commitfa19d4b3316ded8d2d5cf009059200741abcc8c5 (patch)
tree1e66d3e7d14f958d3881d21c5d3714f4b3775a09 /xorg-xsetroot
downloadxorg-fa19d4b3316ded8d2d5cf009059200741abcc8c5.tar.gz
xorg-fa19d4b3316ded8d2d5cf009059200741abcc8c5.tar.xz
initial import
Diffstat (limited to 'xorg-xsetroot')
-rw-r--r--xorg-xsetroot/.footprint6
-rw-r--r--xorg-xsetroot/.md5sum1
-rw-r--r--xorg-xsetroot/Pkgfile18
3 files changed, 25 insertions, 0 deletions
diff --git a/xorg-xsetroot/.footprint b/xorg-xsetroot/.footprint
new file mode 100644
index 00000000..a196b49f
--- /dev/null
+++ b/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.1x.gz
diff --git a/xorg-xsetroot/.md5sum b/xorg-xsetroot/.md5sum
new file mode 100644
index 00000000..87b20d4d
--- /dev/null
+++ b/xorg-xsetroot/.md5sum
@@ -0,0 +1 @@
+fc7eeb7130bb54345671a9dbaab567ac xsetroot-1.0.1.tar.bz2
diff --git a/xorg-xsetroot/Pkgfile b/xorg-xsetroot/Pkgfile
new file mode 100644
index 00000000..81c716f7
--- /dev/null
+++ b/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 code-monkey dot de
+# Depends on: xorg-server, xorg-xbitmaps, xorg-libx11, xorg-libxmu
+
+name=xorg-xsetroot
+version=1.0.1
+release=1
+source=(http://xorg.freedesktop.org/releases/X11R7.0/src/everything/xsetroot-$version.tar.bz2)
+
+build() {
+ cd xsetroot-$version
+
+ ./configure --prefix=/usr
+
+ make
+ make DESTDIR=$PKG install
+}

Generated by cgit