diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 17:16:05 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 17:16:05 +0200 |
commit | 71dc5e929ce70365d39e1b1f8e9b3c3141bf3630 (patch) | |
tree | a2faf08610616c524256926ca509cd354f59fc8b /xorg/freefont-ttf/Pkgfile | |
parent | 22047720648517f1586a1759da42ad175e981ece (diff) | |
download | nutyx-pakxe-71dc5e929ce70365d39e1b1f8e9b3c3141bf3630.tar.gz nutyx-pakxe-71dc5e929ce70365d39e1b1f8e9b3c3141bf3630.tar.bz2 nutyx-pakxe-71dc5e929ce70365d39e1b1f8e9b3c3141bf3630.tar.xz nutyx-pakxe-71dc5e929ce70365d39e1b1f8e9b3c3141bf3630.zip |
freefont-ttf dans extra
Diffstat (limited to 'xorg/freefont-ttf/Pkgfile')
-rw-r--r-- | xorg/freefont-ttf/Pkgfile | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/xorg/freefont-ttf/Pkgfile b/xorg/freefont-ttf/Pkgfile deleted file mode 100644 index 1c161dcfc..000000000 --- a/xorg/freefont-ttf/Pkgfile +++ /dev/null @@ -1,19 +0,0 @@ -# Description: Famille de police libre -# URL: http://www.nongnu.org/freefont/ -# Maintainer: NuTyX core team -# Packager: thierryn1 at hispeed dot ch -# Depends on: xorg-server -# Run on: - -name=freefont-ttf -version=20100919 -release=1 -source=(http://ftp.gnu.org/gnu/freefont/$name-$version.tar.gz) - -build() { - cd freefont-$version - install -v -d -m755 $PKG/$XORG_PREFIX/share/fonts/TTF - install -v -m644 *.ttf $PKG/$XORG_PREFIX/share/fonts/TTF - -} - |