diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 17:21:44 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 17:21:44 +0200 |
commit | 9ee769cc47ad5203e8479c8e4ccd92b31c7e5d5d (patch) | |
tree | d08dcf98a64324ffd4741b6ed1157deebf9b7082 /xorg/xorg-font-adobe-100dpi/Pkgfile | |
parent | 74faff56e46196a83c44430caeaeb3019438a62b (diff) | |
download | nutyx-extra-9ee769cc47ad5203e8479c8e4ccd92b31c7e5d5d.tar.gz nutyx-extra-9ee769cc47ad5203e8479c8e4ccd92b31c7e5d5d.tar.bz2 nutyx-extra-9ee769cc47ad5203e8479c8e4ccd92b31c7e5d5d.tar.xz nutyx-extra-9ee769cc47ad5203e8479c8e4ccd92b31c7e5d5d.zip |
xorg-font-adobe-100dpi dans extra
Diffstat (limited to 'xorg/xorg-font-adobe-100dpi/Pkgfile')
-rw-r--r-- | xorg/xorg-font-adobe-100dpi/Pkgfile | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/xorg/xorg-font-adobe-100dpi/Pkgfile b/xorg/xorg-font-adobe-100dpi/Pkgfile deleted file mode 100644 index 2d61f9c85..000000000 --- a/xorg/xorg-font-adobe-100dpi/Pkgfile +++ /dev/null @@ -1,22 +0,0 @@ -# Description: Polices Xorg font-adobe-100dpi -# URL: http://xorg.freedesktop.org -# Maintainer: NuTyX core team -# Packager: thierryn1 at hispeed dot ch -# Depends on: xorg-mkfontdir, xorg-mkfontscale, xorg-font-util, xorg-bdftopcf -# Run on: xorg-mkfontdir,xorg-mkfontscale,xorg-font-util,xorg-bdftopcf - -name=xorg-font-adobe-100dpi -version=1.0.3 -release=1 -source=(http://xorg.freedesktop.org/releases/individual/font/font-adobe-100dpi-$version.tar.bz2) - -build() { - cd font-adobe-100dpi-$version - - ./configure $XORG_CONFIG - - make - make DESTDIR=$PKG install - - rm -f $PKG/$XORG_PREFIX/share/fonts/X11/100dpi/fonts.{dir,scale} -} |