diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-03-13 19:30:38 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-03-13 19:30:38 +0100 |
commit | f86cf8764a7e41755b91b21c1cad4c1ad0c47d19 (patch) | |
tree | dacf3c2cf311d855e8ce69381730402164c8db5f | |
parent | d3bf3debb924c82c3eccaba9c79904893ad47a0a (diff) | |
download | nutyx-extra-f86cf8764a7e41755b91b21c1cad4c1ad0c47d19.tar.gz nutyx-extra-f86cf8764a7e41755b91b21c1cad4c1ad0c47d19.tar.bz2 nutyx-extra-f86cf8764a7e41755b91b21c1cad4c1ad0c47d19.tar.xz nutyx-extra-f86cf8764a7e41755b91b21c1cad4c1ad0c47d19.zip |
freefont-ttf, maj 20100919-1
-rw-r--r-- | xorg/freefont-ttf/.md5sum.i686 | 2 | ||||
-rw-r--r-- | xorg/freefont-ttf/.md5sum.x86_64 | 2 | ||||
-rw-r--r-- | xorg/freefont-ttf/Pkgfile | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/xorg/freefont-ttf/.md5sum.i686 b/xorg/freefont-ttf/.md5sum.i686 index 143b109bd..708552a22 100644 --- a/xorg/freefont-ttf/.md5sum.i686 +++ b/xorg/freefont-ttf/.md5sum.i686 @@ -1 +1 @@ -1128bb17763cde6990eacd5996f7def7 freefont-ttf-20090104.tar.gz +33d96c755d0a6f585bc917f08cbddf66 freefont-ttf-20100919.tar.gz diff --git a/xorg/freefont-ttf/.md5sum.x86_64 b/xorg/freefont-ttf/.md5sum.x86_64 index 143b109bd..708552a22 100644 --- a/xorg/freefont-ttf/.md5sum.x86_64 +++ b/xorg/freefont-ttf/.md5sum.x86_64 @@ -1 +1 @@ -1128bb17763cde6990eacd5996f7def7 freefont-ttf-20090104.tar.gz +33d96c755d0a6f585bc917f08cbddf66 freefont-ttf-20100919.tar.gz diff --git a/xorg/freefont-ttf/Pkgfile b/xorg/freefont-ttf/Pkgfile index cc0e4a5de..1c161dcfc 100644 --- a/xorg/freefont-ttf/Pkgfile +++ b/xorg/freefont-ttf/Pkgfile @@ -6,14 +6,14 @@ # Run on: name=freefont-ttf -version=20090104 +version=20100919 release=1 source=(http://ftp.gnu.org/gnu/freefont/$name-$version.tar.gz) build() { cd freefont-$version - install -v -d -m755 $PKG/usr/share/fonts/TTF - install -v -m644 *.ttf $PKG/usr/share/fonts/TTF + install -v -d -m755 $PKG/$XORG_PREFIX/share/fonts/TTF + install -v -m644 *.ttf $PKG/$XORG_PREFIX/share/fonts/TTF } |