summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-font-adobe-utopia-75dpi/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-10-27 21:13:29 +0100
committerThierry N <thierryn1 at hispeed dot ch>2009-10-27 21:13:29 +0100
commit0c527961f73760675b321ccf0dd741611d61ac28 (patch)
tree73d6aec28618412ab930c9afdcbe55b09538ae13 /xorg/xorg-font-adobe-utopia-75dpi/Pkgfile
parenta4c200a509416a39c61806aba3a7ee21df7ca8a4 (diff)
downloadnutyx-extra-0c527961f73760675b321ccf0dd741611d61ac28.tar.gz
nutyx-extra-0c527961f73760675b321ccf0dd741611d61ac28.tar.bz2
nutyx-extra-0c527961f73760675b321ccf0dd741611d61ac28.tar.xz
nutyx-extra-0c527961f73760675b321ccf0dd741611d61ac28.zip
Ajout de xorg-font-adobe-utopia-75dpi#1.0.1-2
Diffstat (limited to 'xorg/xorg-font-adobe-utopia-75dpi/Pkgfile')
-rw-r--r--xorg/xorg-font-adobe-utopia-75dpi/Pkgfile20
1 files changed, 20 insertions, 0 deletions
diff --git a/xorg/xorg-font-adobe-utopia-75dpi/Pkgfile b/xorg/xorg-font-adobe-utopia-75dpi/Pkgfile
new file mode 100644
index 000000000..86358ce97
--- /dev/null
+++ b/xorg/xorg-font-adobe-utopia-75dpi/Pkgfile
@@ -0,0 +1,20 @@
+# Description: xorg font font-adobe-utopia-75dpi
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# Depends on: xorg-mkfontdir, xorg-mkfontscale
+
+name=xorg-font-adobe-utopia-75dpi
+version=1.0.1
+release=2
+source=(http://xorg.freedesktop.org/releases/individual/font/font-adobe-utopia-75dpi-$version.tar.bz2)
+
+build() {
+ cd font-adobe-utopia-75dpi-$version
+
+ ./configure --prefix=/usr
+
+ make
+ make DESTDIR=$PKG install
+
+ rm -f $PKG/usr/lib/X11/fonts/75dpi/fonts.{dir,scale}
+}