summaryrefslogtreecommitdiffstats
path: root/base/xorg-util-macros/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 15:46:31 +0200
committertnut <tnut at nutyx dot com>2011-10-15 15:46:31 +0200
commit5c1b4bb959e808da0d12f6a87ebef88fe1795e9b (patch)
treed29545340e643e058cf1109b2e6bcb9682ed592a /base/xorg-util-macros/Pkgfile
parent1aed419e86e78bea96c4f0dd0026cf95b7883ad2 (diff)
downloadnutyx-pakxe-5c1b4bb959e808da0d12f6a87ebef88fe1795e9b.tar.gz
nutyx-pakxe-5c1b4bb959e808da0d12f6a87ebef88fe1795e9b.tar.bz2
nutyx-pakxe-5c1b4bb959e808da0d12f6a87ebef88fe1795e9b.tar.xz
nutyx-pakxe-5c1b4bb959e808da0d12f6a87ebef88fe1795e9b.zip
xorg-utils-macros dans extra
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
-}