diff options
Diffstat (limited to 'xorg-font-adobe-100dpi/Pkgfile')
-rw-r--r-- | xorg-font-adobe-100dpi/Pkgfile | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/xorg-font-adobe-100dpi/Pkgfile b/xorg-font-adobe-100dpi/Pkgfile deleted file mode 100644 index 2d61f9c85..000000000 --- a/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} -} |