summaryrefslogtreecommitdiffstats
path: root/xorg
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-10-27 22:59:22 +0100
committerThierry N <thierryn1 at hispeed dot ch>2009-10-27 22:59:22 +0100
commit331f7d4074170c78bd0d6274f4504e4c4f3b497c (patch)
tree6230a63f3e7e10801ad785ea84a5e3e264268c6a /xorg
parent51ece99db9a5b9919e628d66d48b1fa8ecc0fef8 (diff)
downloadnutyx-pakxe-331f7d4074170c78bd0d6274f4504e4c4f3b497c.tar.gz
nutyx-pakxe-331f7d4074170c78bd0d6274f4504e4c4f3b497c.tar.bz2
nutyx-pakxe-331f7d4074170c78bd0d6274f4504e4c4f3b497c.tar.xz
nutyx-pakxe-331f7d4074170c78bd0d6274f4504e4c4f3b497c.zip
Ajout de xorg-xf86bigfontproto#1.1.2-1
Diffstat (limited to 'xorg')
-rw-r--r--xorg/xorg-xf86bigfontproto/.footprint9
-rw-r--r--xorg/xorg-xf86bigfontproto/.md5sum1
-rw-r--r--xorg/xorg-xf86bigfontproto/Pkgfile17
3 files changed, 27 insertions, 0 deletions
diff --git a/xorg/xorg-xf86bigfontproto/.footprint b/xorg/xorg-xf86bigfontproto/.footprint
new file mode 100644
index 000000000..0d5a89db8
--- /dev/null
+++ b/xorg/xorg-xf86bigfontproto/.footprint
@@ -0,0 +1,9 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/include/
+drwxr-xr-x root/root usr/include/X11/
+drwxr-xr-x root/root usr/include/X11/extensions/
+-rw-r--r-- root/root usr/include/X11/extensions/xf86bigfont.h
+-rw-r--r-- root/root usr/include/X11/extensions/xf86bigfstr.h
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/xf86bigfontproto.pc
diff --git a/xorg/xorg-xf86bigfontproto/.md5sum b/xorg/xorg-xf86bigfontproto/.md5sum
new file mode 100644
index 000000000..8d1eca60b
--- /dev/null
+++ b/xorg/xorg-xf86bigfontproto/.md5sum
@@ -0,0 +1 @@
+a318c1e86123832d7b0c95fc7d47ef35 xf86bigfontproto-1.1.2.tar.bz2
diff --git a/xorg/xorg-xf86bigfontproto/Pkgfile b/xorg/xorg-xf86bigfontproto/Pkgfile
new file mode 100644
index 000000000..76d87c83f
--- /dev/null
+++ b/xorg/xorg-xf86bigfontproto/Pkgfile
@@ -0,0 +1,17 @@
+# Description: xorg proto xf86bigfontproto
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+
+name=xorg-xf86bigfontproto
+version=1.1.2
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/proto/xf86bigfontproto-$version.tar.bz2)
+
+build() {
+ cd xf86bigfontproto-$version
+
+ ./configure --prefix=/usr
+
+ make
+ make DESTDIR=$PKG install
+}