summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-font-adobe-utopia-100dpi/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 17:22:42 +0200
committertnut <tnut at nutyx dot com>2011-10-15 17:22:42 +0200
commit74bf907f012ed12e5d136032265ec845284b2f83 (patch)
tree9b185770e5b44925bb0078bba7d532c52e6f09cd /xorg/xorg-font-adobe-utopia-100dpi/Pkgfile
parenta0c7106f9f2646326dd322ee192ed51606c13801 (diff)
downloadnutyx-extra-74bf907f012ed12e5d136032265ec845284b2f83.tar.gz
nutyx-extra-74bf907f012ed12e5d136032265ec845284b2f83.tar.bz2
nutyx-extra-74bf907f012ed12e5d136032265ec845284b2f83.tar.xz
nutyx-extra-74bf907f012ed12e5d136032265ec845284b2f83.zip
xorg-font-adobe-utopia-100dpi dans extra
Diffstat (limited to 'xorg/xorg-font-adobe-utopia-100dpi/Pkgfile')
-rw-r--r--xorg/xorg-font-adobe-utopia-100dpi/Pkgfile19
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}
-}