diff options
Diffstat (limited to 'xorg/xorg-font-adobe-utopia-100dpi/Pkgfile')
-rw-r--r-- | xorg/xorg-font-adobe-utopia-100dpi/Pkgfile | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/xorg/xorg-font-adobe-utopia-100dpi/Pkgfile b/xorg/xorg-font-adobe-utopia-100dpi/Pkgfile deleted file mode 100644 index 069d29180..000000000 --- a/xorg/xorg-font-adobe-utopia-100dpi/Pkgfile +++ /dev/null @@ -1,19 +0,0 @@ -# Description: Polices Xorg font-adobe-utopia-100dpi -# URL: http://xorg.freedesktop.org -# Maintainer: NuTyX core team -# Packager: thierryn1 at hispeed do ch -# Depends on: xorg-mkfontdir, xorg-mkfontscale, xorg-font-util, xorg-bdftopcf -# Run on: xorg-mkfontdir,xorg-mkfontscale,xorg-font-util - -name=xorg-font-adobe-utopia-100dpi -version=1.0.4 -release=1 -source=(http://xorg.freedesktop.org/releases/individual/font/font-adobe-utopia-100dpi-$version.tar.bz2) - -build() { - cd font-adobe-utopia-100dpi-$version - ./configure $XORG_CONFIG - make - make DESTDIR=$PKG install - rm -f $PKG/$XORG_PREFIX/share/fonts/X11/100dpi/fonts.{dir,scale} -} |