diff options
author | Lukc <lukc@upyum.com> | 2010-12-18 23:16:03 +0100 |
---|---|---|
committer | Lukc <lukc@upyum.com> | 2010-12-18 23:16:03 +0100 |
commit | 1fa6afb7311322fa5c2b9c22a9a37c810a2b3418 (patch) | |
tree | 5b5f63901a4d7337f2abea8c90daae0330c93a0b /xorg-font-adobe-utopia-75dpi/Pkgfile | |
download | xorg-master.tar.gz xorg-master.tar.bz2 xorg-master.tar.xz xorg-master.zip |
Diffstat (limited to 'xorg-font-adobe-utopia-75dpi/Pkgfile')
-rw-r--r-- | xorg-font-adobe-utopia-75dpi/Pkgfile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/xorg-font-adobe-utopia-75dpi/Pkgfile b/xorg-font-adobe-utopia-75dpi/Pkgfile new file mode 100644 index 0000000..5ef5e76 --- /dev/null +++ b/xorg-font-adobe-utopia-75dpi/Pkgfile @@ -0,0 +1,18 @@ +description="xorg font font-adobe-utopia-75dpi" +packager="" +maintainer="Tilman Sauerbeck, tilman at crux dot nu" +url="http://xorg.freedesktop.org" +depends=(xorg-mkfontdir xorg-mkfontscale) + +name=xorg-font-adobe-utopia-75dpi +version=1.0.2 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/font/font-adobe-utopia-75dpi-1.0.2.tar.bz2) +build () +{ + cd font-adobe-utopia-75dpi-$version; + ./configure --prefix=/usr; + make; + make DESTDIR=$PKG install; + rm $PKG/usr/share/fonts/X11/75dpi/fonts.dir +} |