diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-27 21:13:04 +0100 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-27 21:13:04 +0100 |
commit | a4c200a509416a39c61806aba3a7ee21df7ca8a4 (patch) | |
tree | 335f52811c09a62f297a08075a82885a807e9040 /xorg/xorg-font-adobe-utopia-100dpi/Pkgfile | |
parent | 62ecc2a9097d116965b2e5d460851e74f4100aa0 (diff) | |
download | nutyx-extra-a4c200a509416a39c61806aba3a7ee21df7ca8a4.tar.gz nutyx-extra-a4c200a509416a39c61806aba3a7ee21df7ca8a4.tar.bz2 nutyx-extra-a4c200a509416a39c61806aba3a7ee21df7ca8a4.tar.xz nutyx-extra-a4c200a509416a39c61806aba3a7ee21df7ca8a4.zip |
Ajout de xorg-font-adobe-utopia-100dpi#1.0.1-2
Diffstat (limited to 'xorg/xorg-font-adobe-utopia-100dpi/Pkgfile')
-rw-r--r-- | xorg/xorg-font-adobe-utopia-100dpi/Pkgfile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/xorg/xorg-font-adobe-utopia-100dpi/Pkgfile b/xorg/xorg-font-adobe-utopia-100dpi/Pkgfile new file mode 100644 index 000000000..dfe9a562d --- /dev/null +++ b/xorg/xorg-font-adobe-utopia-100dpi/Pkgfile @@ -0,0 +1,20 @@ +# Description: xorg font font-adobe-utopia-100dpi +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Depends on: xorg-mkfontdir, xorg-mkfontscale + +name=xorg-font-adobe-utopia-100dpi +version=1.0.1 +release=2 +source=(http://xorg.freedesktop.org/releases/individual/font/font-adobe-utopia-100dpi-$version.tar.bz2) + +build() { + cd font-adobe-utopia-100dpi-$version + + ./configure --prefix=/usr + + make + make DESTDIR=$PKG install + + rm -f $PKG/usr/lib/X11/fonts/100dpi/fonts.{dir,scale} +} |