diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 17:21:56 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 17:21:56 +0200 |
commit | a0c7106f9f2646326dd322ee192ed51606c13801 (patch) | |
tree | 308f41e778d19b0d84ce425a93aba5f59985cca1 /extra/xorg-font-adobe-75dpi/Pkgfile | |
parent | 9ee769cc47ad5203e8479c8e4ccd92b31c7e5d5d (diff) | |
download | nutyx-pakxe-a0c7106f9f2646326dd322ee192ed51606c13801.tar.gz nutyx-pakxe-a0c7106f9f2646326dd322ee192ed51606c13801.tar.bz2 nutyx-pakxe-a0c7106f9f2646326dd322ee192ed51606c13801.tar.xz nutyx-pakxe-a0c7106f9f2646326dd322ee192ed51606c13801.zip |
xorg-font-adobe-75dpi dans extra
Diffstat (limited to 'extra/xorg-font-adobe-75dpi/Pkgfile')
-rw-r--r-- | extra/xorg-font-adobe-75dpi/Pkgfile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/extra/xorg-font-adobe-75dpi/Pkgfile b/extra/xorg-font-adobe-75dpi/Pkgfile new file mode 100644 index 000000000..2f02b6bdc --- /dev/null +++ b/extra/xorg-font-adobe-75dpi/Pkgfile @@ -0,0 +1,19 @@ +# 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} +} |