summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-font-adobe-75dpi/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 17:21:56 +0200
committertnut <tnut at nutyx dot com>2011-10-15 17:21:56 +0200
commita0c7106f9f2646326dd322ee192ed51606c13801 (patch)
tree308f41e778d19b0d84ce425a93aba5f59985cca1 /xorg/xorg-font-adobe-75dpi/Pkgfile
parent9ee769cc47ad5203e8479c8e4ccd92b31c7e5d5d (diff)
downloadnutyx-extra-a0c7106f9f2646326dd322ee192ed51606c13801.tar.gz
nutyx-extra-a0c7106f9f2646326dd322ee192ed51606c13801.tar.bz2
nutyx-extra-a0c7106f9f2646326dd322ee192ed51606c13801.tar.xz
nutyx-extra-a0c7106f9f2646326dd322ee192ed51606c13801.zip
xorg-font-adobe-75dpi dans extra
Diffstat (limited to 'xorg/xorg-font-adobe-75dpi/Pkgfile')
-rw-r--r--xorg/xorg-font-adobe-75dpi/Pkgfile19
1 files changed, 0 insertions, 19 deletions
diff --git a/xorg/xorg-font-adobe-75dpi/Pkgfile b/xorg/xorg-font-adobe-75dpi/Pkgfile
deleted file mode 100644
index 2f02b6bdc..000000000
--- a/xorg/xorg-font-adobe-75dpi/Pkgfile
+++ /dev/null
@@ -1,19 +0,0 @@
-# Description: Police Xorg font-adobe-75dpi
-# URL: http://xorg.freedesktop.org
-# Maintainer: NuTyX core team
-# Packager: thierrny at hispeed dot 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-75dpi
-version=1.0.3
-release=1
-source=(http://xorg.freedesktop.org/releases/individual/font/font-adobe-75dpi-$version.tar.bz2)
-
-build() {
- cd font-adobe-75dpi-$version
- ./configure $XORG_CONFIG
- make
- make DESTDIR=$PKG install
- rm -f $PKG/$XORG_PREFIX/share/fonts/X11/75dpi/fonts.{dir,scale}
-}