summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-font-screen-cyrillic/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-10-27 21:29:56 +0100
committerThierry N <thierryn1 at hispeed dot ch>2009-10-27 21:29:56 +0100
commit0c62f272b11b4e3a64220b59d93a42c27f8ffa16 (patch)
tree212024142d3c429758d5cbe5b341ce0851c55f7d /xorg/xorg-font-screen-cyrillic/Pkgfile
parented39eba5bc966345092d40f0134d81094923e258 (diff)
downloadnutyx-extra-0c62f272b11b4e3a64220b59d93a42c27f8ffa16.tar.gz
nutyx-extra-0c62f272b11b4e3a64220b59d93a42c27f8ffa16.tar.bz2
nutyx-extra-0c62f272b11b4e3a64220b59d93a42c27f8ffa16.tar.xz
nutyx-extra-0c62f272b11b4e3a64220b59d93a42c27f8ffa16.zip
Ajout de xorg-font-screen-cyrillic#1.0.1-1
Diffstat (limited to 'xorg/xorg-font-screen-cyrillic/Pkgfile')
-rw-r--r--xorg/xorg-font-screen-cyrillic/Pkgfile20
1 files changed, 20 insertions, 0 deletions
diff --git a/xorg/xorg-font-screen-cyrillic/Pkgfile b/xorg/xorg-font-screen-cyrillic/Pkgfile
new file mode 100644
index 000000000..8a5da88e5
--- /dev/null
+++ b/xorg/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 crux dot nu
+# Depends on: xorg-mkfontdir, xorg-mkfontscale
+
+name=xorg-font-screen-cyrillic
+version=1.0.1
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/font/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}
+}