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 | |
parent | 2cd3d3407b215877f9846ec573f777318eaafec0 (diff) | |
download | nutyx-extra-bca564fc20ec4a0e0a93f4339d96f1e41e4eb08c.tar.gz nutyx-extra-bca564fc20ec4a0e0a93f4339d96f1e41e4eb08c.tar.bz2 nutyx-extra-bca564fc20ec4a0e0a93f4339d96f1e41e4eb08c.tar.xz nutyx-extra-bca564fc20ec4a0e0a93f4339d96f1e41e4eb08c.zip |
xorg-fontsproto, maj 2.1.1
Diffstat (limited to 'xorg')
-rw-r--r-- | xorg/xorg-fontsproto/.md5sum.i686 | 2 | ||||
-rw-r--r-- | xorg/xorg-fontsproto/.md5sum.x86_64 | 2 | ||||
-rw-r--r-- | xorg/xorg-fontsproto/Pkgfile | 11 |
3 files changed, 7 insertions, 8 deletions
diff --git a/xorg/xorg-fontsproto/.md5sum.i686 b/xorg/xorg-fontsproto/.md5sum.i686 index b0b34ce84..a6fe6ba3f 100644 --- a/xorg/xorg-fontsproto/.md5sum.i686 +++ b/xorg/xorg-fontsproto/.md5sum.i686 @@ -1 +1 @@ -f3a857deadca3144fba041af1dbf7603 fontsproto-2.1.0.tar.bz2 +37102ffcaa73f77d700acd6f7a25d8f0 fontsproto-2.1.1.tar.bz2 diff --git a/xorg/xorg-fontsproto/.md5sum.x86_64 b/xorg/xorg-fontsproto/.md5sum.x86_64 index b0b34ce84..a6fe6ba3f 100644 --- a/xorg/xorg-fontsproto/.md5sum.x86_64 +++ b/xorg/xorg-fontsproto/.md5sum.x86_64 @@ -1 +1 @@ -f3a857deadca3144fba041af1dbf7603 fontsproto-2.1.0.tar.bz2 +37102ffcaa73f77d700acd6f7a25d8f0 fontsproto-2.1.1.tar.bz2 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 } |