diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-02-20 14:12:01 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-02-20 14:12:01 +0100 |
commit | bca564fc20ec4a0e0a93f4339d96f1e41e4eb08c (patch) | |
tree | 69b88ffd455c44849f78343f67672eea9a16612c /xorg/xorg-fontsproto/Pkgfile | |
parent | 2cd3d3407b215877f9846ec573f777318eaafec0 (diff) | |
download | nutyx-pakxe-bca564fc20ec4a0e0a93f4339d96f1e41e4eb08c.tar.gz nutyx-pakxe-bca564fc20ec4a0e0a93f4339d96f1e41e4eb08c.tar.bz2 nutyx-pakxe-bca564fc20ec4a0e0a93f4339d96f1e41e4eb08c.tar.xz nutyx-pakxe-bca564fc20ec4a0e0a93f4339d96f1e41e4eb08c.zip |
xorg-fontsproto, maj 2.1.1
Diffstat (limited to 'xorg/xorg-fontsproto/Pkgfile')
-rw-r--r-- | xorg/xorg-fontsproto/Pkgfile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/xorg/xorg-fontsproto/Pkgfile b/xorg/xorg-fontsproto/Pkgfile index 8afd1bd43..cb58296a4 100644 --- a/xorg/xorg-fontsproto/Pkgfile +++ b/xorg/xorg-fontsproto/Pkgfile @@ -1,18 +1,17 @@ # Description: xorg proto fontsproto # URL: http://xorg.freedesktop.org -# Maintainer: Tilman Sauerbeck, tilman at crux dot nu -# Packager: tilman at crux dot nu +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch name=xorg-fontsproto -version=2.1.0 +version=2.1.1 release=1 source=(http://xorg.freedesktop.org/releases/individual/proto/fontsproto-$version.tar.bz2) build() { cd fontsproto-$version - - ./configure --prefix=/usr - + ./configure $XORG_CONFIG make make DESTDIR=$PKG install + rm -r $PKG/$XORG_PREFIX/share } |