summaryrefslogtreecommitdiffstats
path: root/xorg-liboldx/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-liboldx/Pkgfile')
-rw-r--r--xorg-liboldx/Pkgfile20
1 files changed, 0 insertions, 20 deletions
diff --git a/xorg-liboldx/Pkgfile b/xorg-liboldx/Pkgfile
deleted file mode 100644
index d3fb52737..000000000
--- a/xorg-liboldx/Pkgfile
+++ /dev/null
@@ -1,20 +0,0 @@
-# Description: xorg lib liboldX
-# URL: http://xorg.freedesktop.org
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-# Depends on: xorg-libx11
-# Run on: xorg-libx11
-
-name=xorg-liboldx
-version=1.0.1
-release=1
-source=(http://xorg.freedesktop.org/releases/individual/lib/liboldX-$version.tar.bz2)
-
-build() {
- cd liboldX-$version
-
- ./configure $XORG_CONFIG
-
- make
- make DESTDIR=$PKG install
-}