summaryrefslogtreecommitdiffstats
path: root/base/xorg-util-macros/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'base/xorg-util-macros/Pkgfile')
-rw-r--r--base/xorg-util-macros/Pkgfile18
1 files changed, 0 insertions, 18 deletions
diff --git a/base/xorg-util-macros/Pkgfile b/base/xorg-util-macros/Pkgfile
deleted file mode 100644
index 9aabe29db..000000000
--- a/base/xorg-util-macros/Pkgfile
+++ /dev/null
@@ -1,18 +0,0 @@
-# Description: xorg m4 macros
-# URL: http://xorg.freedesktop.org
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed
-
-name=xorg-util-macros
-version=1.7.0
-release=1
-source=(http://xorg.freedesktop.org/releases/individual/util/util-macros-$version.tar.bz2)
-
-build() {
- cd util-macros-$version
-
- ./configure --prefix=/usr
-
- make
- make DESTDIR=$PKG install
-}