diff options
author | sibel <lesibel@free.fr> | 2011-03-03 11:51:43 +0100 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2011-03-03 11:51:43 +0100 |
commit | b57893114baf631a33eb7b99cc96b05606eab4b2 (patch) | |
tree | 851c41c3fb8d7d45d7d72faf44f627c485d90c5c /xorg/xorg-font-util/Pkgfile | |
parent | 4d6d2fc56cac3dffe7e044f3ef0e38d6198974b7 (diff) | |
download | nutyx-pakxe-b57893114baf631a33eb7b99cc96b05606eab4b2.tar.gz nutyx-pakxe-b57893114baf631a33eb7b99cc96b05606eab4b2.tar.bz2 nutyx-pakxe-b57893114baf631a33eb7b99cc96b05606eab4b2.tar.xz nutyx-pakxe-b57893114baf631a33eb7b99cc96b05606eab4b2.zip |
xorg-font-util, déplacé dans base
Diffstat (limited to 'xorg/xorg-font-util/Pkgfile')
-rw-r--r-- | xorg/xorg-font-util/Pkgfile | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/xorg/xorg-font-util/Pkgfile b/xorg/xorg-font-util/Pkgfile deleted file mode 100644 index 4e1e2618c..000000000 --- a/xorg/xorg-font-util/Pkgfile +++ /dev/null @@ -1,18 +0,0 @@ -# Description: Police de caractères pour X -# URL: http://xorg.freedesktop.org -# Maintainer: NuTyX core team -# Packager: thierryn1 at hispeed dot ch - -name=xorg-font-util -version=1.2.0 -release=1 -source=(http://xorg.freedesktop.org/releases/individual/font/font-util-$version.tar.bz2) -build() { - cd font-util-$version - ./configure $XORG_CONFIG - make - make DESTDIR=$PKG install - install -v -d -m755 $PKG/usr/share/fonts - ln -svn /$XORG_PREFIX/share/fonts/X11/OTF $PKG/usr/share/fonts/X11-OTF - ln -svn /$XORG_PREFIX/share/fonts/X11/TTF $PKG/usr/share/fonts/X11-TTF -} |