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-misc-ethiopic | |
download | xorg-1fa6afb7311322fa5c2b9c22a9a37c810a2b3418.tar.gz xorg-1fa6afb7311322fa5c2b9c22a9a37c810a2b3418.tar.bz2 xorg-1fa6afb7311322fa5c2b9c22a9a37c810a2b3418.tar.xz xorg-1fa6afb7311322fa5c2b9c22a9a37c810a2b3418.zip |
Diffstat (limited to 'xorg-font-misc-ethiopic')
-rw-r--r-- | xorg-font-misc-ethiopic/.footprint | 8 | ||||
-rw-r--r-- | xorg-font-misc-ethiopic/.md5sum | 1 | ||||
-rw-r--r-- | xorg-font-misc-ethiopic/Pkgfile | 18 | ||||
-rw-r--r-- | xorg-font-misc-ethiopic/Pkgfile.old | 20 | ||||
-rwxr-xr-x | xorg-font-misc-ethiopic/post-install | 5 |
5 files changed, 52 insertions, 0 deletions
diff --git a/xorg-font-misc-ethiopic/.footprint b/xorg-font-misc-ethiopic/.footprint new file mode 100644 index 0000000..77b26e0 --- /dev/null +++ b/xorg-font-misc-ethiopic/.footprint @@ -0,0 +1,8 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/fonts/ +drwxr-xr-x root/root usr/share/fonts/X11/ +drwxr-xr-x root/root usr/share/fonts/X11/OTF/ +-rw-r--r-- root/root usr/share/fonts/X11/OTF/GohaTibebZemen.otf +drwxr-xr-x root/root usr/share/fonts/X11/TTF/ +-rw-r--r-- root/root usr/share/fonts/X11/TTF/GohaTibebZemen.ttf diff --git a/xorg-font-misc-ethiopic/.md5sum b/xorg-font-misc-ethiopic/.md5sum new file mode 100644 index 0000000..c11d83f --- /dev/null +++ b/xorg-font-misc-ethiopic/.md5sum @@ -0,0 +1 @@ +4c88c79b8e5d47af90b21e948d42755f font-misc-ethiopic-1.0.1.tar.bz2 diff --git a/xorg-font-misc-ethiopic/Pkgfile b/xorg-font-misc-ethiopic/Pkgfile new file mode 100644 index 0000000..011aa87 --- /dev/null +++ b/xorg-font-misc-ethiopic/Pkgfile @@ -0,0 +1,18 @@ +description="xorg font font-misc-ethiopic" +packager="" +maintainer="Tilman Sauerbeck, tilman at crux dot nu" +url="http://xorg.freedesktop.org" +depends=(xorg-mkfontdir xorg-mkfontscale fontconfig) + +name=xorg-font-misc-ethiopic +version=1.0.1 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/font/font-misc-ethiopic-1.0.1.tar.bz2) +build () +{ + cd font-misc-ethiopic-$version; + ./configure --prefix=/usr; + make; + make DESTDIR=$PKG install; + rm $PKG/usr/share/fonts/X11/{O,T}TF/fonts.{dir,scale} +} diff --git a/xorg-font-misc-ethiopic/Pkgfile.old b/xorg-font-misc-ethiopic/Pkgfile.old new file mode 100644 index 0000000..94435a3 --- /dev/null +++ b/xorg-font-misc-ethiopic/Pkgfile.old @@ -0,0 +1,20 @@ +# Description: xorg font font-misc-ethiopic +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Depends on: xorg-mkfontdir, xorg-mkfontscale, fontconfig + +name=xorg-font-misc-ethiopic +version=1.0.1 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/font/font-misc-ethiopic-$version.tar.bz2) + +build() { + cd font-misc-ethiopic-$version + + ./configure --prefix=/usr + + make + make DESTDIR=$PKG install + + rm $PKG/usr/share/fonts/X11/{O,T}TF/fonts.{dir,scale} +} diff --git a/xorg-font-misc-ethiopic/post-install b/xorg-font-misc-ethiopic/post-install new file mode 100755 index 0000000..f933b8e --- /dev/null +++ b/xorg-font-misc-ethiopic/post-install @@ -0,0 +1,5 @@ +#!/bin/sh + +mkfontdir /usr/share/fonts/X11/{O,T}TF +mkfontscale /usr/share/fonts/X11/{O,T}TF +fc-cache |