summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-font-sony-misc/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-10-27 21:30:27 +0100
committerThierry N <thierryn1 at hispeed dot ch>2009-10-27 21:30:27 +0100
commita2a4877f3d54237412544ed27ee81817ce1d595e (patch)
tree8429e4f3e8c862218551b66a2e325827830c8882 /xorg/xorg-font-sony-misc/Pkgfile
parent0c62f272b11b4e3a64220b59d93a42c27f8ffa16 (diff)
downloadnutyx-extra-a2a4877f3d54237412544ed27ee81817ce1d595e.tar.gz
nutyx-extra-a2a4877f3d54237412544ed27ee81817ce1d595e.tar.bz2
nutyx-extra-a2a4877f3d54237412544ed27ee81817ce1d595e.tar.xz
nutyx-extra-a2a4877f3d54237412544ed27ee81817ce1d595e.zip
Ajout de xorg-font-sony-misc#1.0.0-2
Diffstat (limited to 'xorg/xorg-font-sony-misc/Pkgfile')
-rw-r--r--xorg/xorg-font-sony-misc/Pkgfile20
1 files changed, 20 insertions, 0 deletions
diff --git a/xorg/xorg-font-sony-misc/Pkgfile b/xorg/xorg-font-sony-misc/Pkgfile
new file mode 100644
index 000000000..ce6193d31
--- /dev/null
+++ b/xorg/xorg-font-sony-misc/Pkgfile
@@ -0,0 +1,20 @@
+# Description: xorg font font-sony-misc
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# Depends on: xorg-mkfontdir, xorg-mkfontscale
+
+name=xorg-font-sony-misc
+version=1.0.0
+release=2
+source=(http://xorg.freedesktop.org/releases/individual/font/font-sony-misc-$version.tar.bz2)
+
+build() {
+ cd font-sony-misc-$version
+
+ ./configure --prefix=/usr
+
+ make
+ make DESTDIR=$PKG install
+
+ rm -f $PKG/usr/lib/X11/fonts/misc/fonts.{dir,scale}
+}