summaryrefslogtreecommitdiff
path: root/xorg-font-adobe-utopia-type1/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-font-adobe-utopia-type1/Pkgfile')
-rw-r--r--xorg-font-adobe-utopia-type1/Pkgfile20
1 files changed, 20 insertions, 0 deletions
diff --git a/xorg-font-adobe-utopia-type1/Pkgfile b/xorg-font-adobe-utopia-type1/Pkgfile
new file mode 100644
index 00000000..e91f08f8
--- /dev/null
+++ b/xorg-font-adobe-utopia-type1/Pkgfile
@@ -0,0 +1,20 @@
+# Description: xorg font font-adobe-utopia-type1
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at code-monkey dot de
+# Depends on: xorg-mkfontdir, xorg-mkfontscale, fontconfig
+
+name=xorg-font-adobe-utopia-type1
+version=1.0.1
+release=2
+source=(http://xorg.freedesktop.org/releases/X11R7.0/src/everything/font-adobe-utopia-type1-$version.tar.bz2)
+
+build() {
+ cd font-adobe-utopia-type1-$version
+
+ ./configure --prefix=/usr
+
+ make
+ make DESTDIR=$PKG install
+
+ rm -f $PKG/usr/lib/X11/fonts/Type1/fonts.{dir,scale,cache-1}
+}

Generated by cgit