summaryrefslogtreecommitdiffstats
path: root/xorg-xrdb/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-xrdb/Pkgfile')
-rw-r--r--xorg-xrdb/Pkgfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/xorg-xrdb/Pkgfile b/xorg-xrdb/Pkgfile
new file mode 100644
index 000000000..7ec8968b0
--- /dev/null
+++ b/xorg-xrdb/Pkgfile
@@ -0,0 +1,18 @@
+# Description: x server resource database utility
+# URL: http://xorg.freedesktop.org
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: xorg-libxmu, xorg-libx11
+# Run on: xorg-libxmu,xorg-libx11
+
+name=xorg-xrdb
+version=1.0.9
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/app/xrdb-$version.tar.bz2)
+
+build() {
+ cd xrdb-$version
+ ./configure $XORG_CONFIG
+ make
+ make DESTDIR=$PKG install
+}