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, 0 insertions, 18 deletions
diff --git a/xorg-xrdb/Pkgfile b/xorg-xrdb/Pkgfile
deleted file mode 100644
index 7ec8968b0..000000000
--- a/xorg-xrdb/Pkgfile
+++ /dev/null
@@ -1,18 +0,0 @@
-# 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
-}