diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 15:46:31 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 15:46:31 +0200 |
commit | 5c1b4bb959e808da0d12f6a87ebef88fe1795e9b (patch) | |
tree | d29545340e643e058cf1109b2e6bcb9682ed592a /base | |
parent | 1aed419e86e78bea96c4f0dd0026cf95b7883ad2 (diff) | |
download | nutyx-extra-5c1b4bb959e808da0d12f6a87ebef88fe1795e9b.tar.gz nutyx-extra-5c1b4bb959e808da0d12f6a87ebef88fe1795e9b.tar.bz2 nutyx-extra-5c1b4bb959e808da0d12f6a87ebef88fe1795e9b.tar.xz nutyx-extra-5c1b4bb959e808da0d12f6a87ebef88fe1795e9b.zip |
xorg-utils-macros dans extra
Diffstat (limited to 'base')
-rw-r--r-- | base/xorg-util-macros/.footprint.i686 | 8 | ||||
-rw-r--r-- | base/xorg-util-macros/.footprint.x86_64 | 8 | ||||
-rw-r--r-- | base/xorg-util-macros/.md5sum.i686 | 1 | ||||
-rw-r--r-- | base/xorg-util-macros/.md5sum.x86_64 | 1 | ||||
-rw-r--r-- | base/xorg-util-macros/Pkgfile | 18 |
5 files changed, 0 insertions, 36 deletions
diff --git a/base/xorg-util-macros/.footprint.i686 b/base/xorg-util-macros/.footprint.i686 deleted file mode 100644 index e0c0ec23d..000000000 --- a/base/xorg-util-macros/.footprint.i686 +++ /dev/null @@ -1,8 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/aclocal/ --rw-r--r-- root/root usr/share/aclocal/xorg-macros.m4 -drwxr-xr-x root/root usr/share/pkgconfig/ --rw-r--r-- root/root usr/share/pkgconfig/xorg-macros.pc -drwxr-xr-x root/root usr/share/util-macros/ --rw-r--r-- root/root usr/share/util-macros/INSTALL diff --git a/base/xorg-util-macros/.footprint.x86_64 b/base/xorg-util-macros/.footprint.x86_64 deleted file mode 100644 index e0c0ec23d..000000000 --- a/base/xorg-util-macros/.footprint.x86_64 +++ /dev/null @@ -1,8 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/aclocal/ --rw-r--r-- root/root usr/share/aclocal/xorg-macros.m4 -drwxr-xr-x root/root usr/share/pkgconfig/ --rw-r--r-- root/root usr/share/pkgconfig/xorg-macros.pc -drwxr-xr-x root/root usr/share/util-macros/ --rw-r--r-- root/root usr/share/util-macros/INSTALL diff --git a/base/xorg-util-macros/.md5sum.i686 b/base/xorg-util-macros/.md5sum.i686 deleted file mode 100644 index 8b8513e78..000000000 --- a/base/xorg-util-macros/.md5sum.i686 +++ /dev/null @@ -1 +0,0 @@ -0c6d2cedcfc83d2f2d873d489d868230 util-macros-1.7.0.tar.bz2 diff --git a/base/xorg-util-macros/.md5sum.x86_64 b/base/xorg-util-macros/.md5sum.x86_64 deleted file mode 100644 index 8b8513e78..000000000 --- a/base/xorg-util-macros/.md5sum.x86_64 +++ /dev/null @@ -1 +0,0 @@ -0c6d2cedcfc83d2f2d873d489d868230 util-macros-1.7.0.tar.bz2 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 -} |