diff options
author | Tilman Sauerbeck <tilman@code-monkey.de> | 2006-04-07 18:48:00 +0200 |
---|---|---|
committer | Tilman Sauerbeck <tilman@code-monkey.de> | 2006-04-07 18:48:00 +0200 |
commit | fa19d4b3316ded8d2d5cf009059200741abcc8c5 (patch) | |
tree | 1e66d3e7d14f958d3881d21c5d3714f4b3775a09 /xorg-font-screen-cyrillic | |
download | xorg-fa19d4b3316ded8d2d5cf009059200741abcc8c5.tar.gz xorg-fa19d4b3316ded8d2d5cf009059200741abcc8c5.tar.xz |
initial import
Diffstat (limited to 'xorg-font-screen-cyrillic')
-rw-r--r-- | xorg-font-screen-cyrillic/.footprint | 7 | ||||
-rw-r--r-- | xorg-font-screen-cyrillic/.md5sum | 1 | ||||
-rw-r--r-- | xorg-font-screen-cyrillic/Pkgfile | 20 | ||||
-rwxr-xr-x | xorg-font-screen-cyrillic/post-install | 4 |
4 files changed, 32 insertions, 0 deletions
diff --git a/xorg-font-screen-cyrillic/.footprint b/xorg-font-screen-cyrillic/.footprint new file mode 100644 index 00000000..f66a3d09 --- /dev/null +++ b/xorg-font-screen-cyrillic/.footprint @@ -0,0 +1,7 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/X11/ +drwxr-xr-x root/root usr/lib/X11/fonts/ +drwxr-xr-x root/root usr/lib/X11/fonts/cyrillic/ +-rw-r--r-- root/root usr/lib/X11/fonts/cyrillic/screen8x16.pcf.gz +-rw-r--r-- root/root usr/lib/X11/fonts/cyrillic/screen8x16b.pcf.gz diff --git a/xorg-font-screen-cyrillic/.md5sum b/xorg-font-screen-cyrillic/.md5sum new file mode 100644 index 00000000..9f6453aa --- /dev/null +++ b/xorg-font-screen-cyrillic/.md5sum @@ -0,0 +1 @@ +aea02d9dff03e0e1a3de85364367c0c6 font-screen-cyrillic-1.0.0.tar.bz2 diff --git a/xorg-font-screen-cyrillic/Pkgfile b/xorg-font-screen-cyrillic/Pkgfile new file mode 100644 index 00000000..203b19c0 --- /dev/null +++ b/xorg-font-screen-cyrillic/Pkgfile @@ -0,0 +1,20 @@ +# Description: xorg font font-screen-cyrillic +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at code-monkey dot de +# Depends on: xorg-mkfontdir, xorg-mkfontscale + +name=xorg-font-screen-cyrillic +version=1.0.0 +release=2 +source=(http://xorg.freedesktop.org/releases/X11R7.0/src/everything/font-screen-cyrillic-$version.tar.bz2) + +build() { + cd font-screen-cyrillic-$version + + ./configure --prefix=/usr + + make + make DESTDIR=$PKG install + + rm -f $PKG/usr/lib/X11/fonts/cyrillic/fonts.{dir,scale} +} diff --git a/xorg-font-screen-cyrillic/post-install b/xorg-font-screen-cyrillic/post-install new file mode 100755 index 00000000..1df5a15e --- /dev/null +++ b/xorg-font-screen-cyrillic/post-install @@ -0,0 +1,4 @@ +#!/bin/sh + +mkfontdir /usr/lib/X11/fonts/cyrillic +mkfontscale /usr/lib/X11/fonts/cyrillic |