diff options
author | sibel <lesibel@free.fr> | 2011-03-03 12:20:04 +0100 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2011-03-03 12:20:04 +0100 |
commit | 54dd52a9fdca60169a8d8cc60845112511b30cd1 (patch) | |
tree | e2addc7066e81be41c837ab66d3b4d9e67278895 /xorg/xorg-util-macros/Pkgfile | |
parent | 3f5f66599d8e2c3ef83556e89b473faf36fa5b70 (diff) | |
download | nutyx-extra-54dd52a9fdca60169a8d8cc60845112511b30cd1.tar.gz nutyx-extra-54dd52a9fdca60169a8d8cc60845112511b30cd1.tar.bz2 nutyx-extra-54dd52a9fdca60169a8d8cc60845112511b30cd1.tar.xz nutyx-extra-54dd52a9fdca60169a8d8cc60845112511b30cd1.zip |
xorg-util-macros, deplacé dans base
Diffstat (limited to 'xorg/xorg-util-macros/Pkgfile')
-rw-r--r-- | xorg/xorg-util-macros/Pkgfile | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/xorg/xorg-util-macros/Pkgfile b/xorg/xorg-util-macros/Pkgfile deleted file mode 100644 index 9aabe29db..000000000 --- a/xorg/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 -} |