diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-11-24 19:48:44 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-11-24 19:48:44 +0100 |
commit | 56464161a6731f2f150608c9d47a179ca4210db0 (patch) | |
tree | 27ff4975c056721696f22d26916ab8aa8db7861a /xorg | |
parent | 5a93a1670ababa3e2ba164a0d1e9773e0d9275fe (diff) | |
download | nutyx-pakxe-56464161a6731f2f150608c9d47a179ca4210db0.tar.gz nutyx-pakxe-56464161a6731f2f150608c9d47a179ca4210db0.tar.bz2 nutyx-pakxe-56464161a6731f2f150608c9d47a179ca4210db0.tar.xz nutyx-pakxe-56464161a6731f2f150608c9d47a179ca4210db0.zip |
maj xorg-gccmakedep#1.0.2-2, ajustement footprint
Diffstat (limited to 'xorg')
-rw-r--r-- | xorg/xorg-gccmakedep/.footprint | 7 | ||||
-rw-r--r-- | xorg/xorg-gccmakedep/Pkgfile | 11 |
2 files changed, 11 insertions, 7 deletions
diff --git a/xorg/xorg-gccmakedep/.footprint b/xorg/xorg-gccmakedep/.footprint index 793650880..136d3b722 100644 --- a/xorg/xorg-gccmakedep/.footprint +++ b/xorg/xorg-gccmakedep/.footprint @@ -1,6 +1,7 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/gccmakedep -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/gccmakedep.1x.gz +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/gccmakedep.1x.gz diff --git a/xorg/xorg-gccmakedep/Pkgfile b/xorg/xorg-gccmakedep/Pkgfile index e12b95acc..c9f39902e 100644 --- a/xorg/xorg-gccmakedep/Pkgfile +++ b/xorg/xorg-gccmakedep/Pkgfile @@ -1,16 +1,19 @@ -# Description: creates dependencies in Makefiles +# Description: Créé les dependences dans les Makefiles # URL: http://xorg.freedesktop.org -# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: name=xorg-gccmakedep version=1.0.2 -release=1 +release=2 source=(http://xorg.freedesktop.org/releases/individual/util/gccmakedep-$version.tar.bz2) build() { cd gccmakedep-$version - ./configure --prefix=/usr + ./configure --prefix=/usr \ + --mandir=/usr/share/man make make DESTDIR=$PKG install |