summaryrefslogtreecommitdiffstats
path: root/base/xorg-xf86bigfontproto
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2011-03-03 12:20:12 +0100
committersibel <lesibel@free.fr>2011-03-03 12:20:12 +0100
commit67f5ef3d529a62cdac9dba1bd282f8ffb332b587 (patch)
tree4accf1139ff8defceb58e65695f77aecf0874b1c /base/xorg-xf86bigfontproto
parentc2032bc867e9eebc8c0ab50ce02dfc90e20a0e61 (diff)
downloadnutyx-extra-67f5ef3d529a62cdac9dba1bd282f8ffb332b587.tar.gz
nutyx-extra-67f5ef3d529a62cdac9dba1bd282f8ffb332b587.tar.bz2
nutyx-extra-67f5ef3d529a62cdac9dba1bd282f8ffb332b587.tar.xz
nutyx-extra-67f5ef3d529a62cdac9dba1bd282f8ffb332b587.zip
xorg-xf86bigfontproto, deplacé dans base
Diffstat (limited to 'base/xorg-xf86bigfontproto')
-rw-r--r--base/xorg-xf86bigfontproto/.footprint.i68610
-rw-r--r--base/xorg-xf86bigfontproto/.footprint.x86_6410
-rw-r--r--base/xorg-xf86bigfontproto/.md5sum.i6861
-rw-r--r--base/xorg-xf86bigfontproto/.md5sum.x86_641
-rw-r--r--base/xorg-xf86bigfontproto/Pkgfile18
5 files changed, 40 insertions, 0 deletions
diff --git a/base/xorg-xf86bigfontproto/.footprint.i686 b/base/xorg-xf86bigfontproto/.footprint.i686
new file mode 100644
index 000000000..618d750fc
--- /dev/null
+++ b/base/xorg-xf86bigfontproto/.footprint.i686
@@ -0,0 +1,10 @@
+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/xf86bigfproto.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/base/xorg-xf86bigfontproto/.footprint.x86_64 b/base/xorg-xf86bigfontproto/.footprint.x86_64
new file mode 100644
index 000000000..618d750fc
--- /dev/null
+++ b/base/xorg-xf86bigfontproto/.footprint.x86_64
@@ -0,0 +1,10 @@
+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/xf86bigfproto.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/base/xorg-xf86bigfontproto/.md5sum.i686 b/base/xorg-xf86bigfontproto/.md5sum.i686
new file mode 100644
index 000000000..c513e2dbd
--- /dev/null
+++ b/base/xorg-xf86bigfontproto/.md5sum.i686
@@ -0,0 +1 @@
+120e226ede5a4687b25dd357cc9b8efe xf86bigfontproto-1.2.0.tar.bz2
diff --git a/base/xorg-xf86bigfontproto/.md5sum.x86_64 b/base/xorg-xf86bigfontproto/.md5sum.x86_64
new file mode 100644
index 000000000..c513e2dbd
--- /dev/null
+++ b/base/xorg-xf86bigfontproto/.md5sum.x86_64
@@ -0,0 +1 @@
+120e226ede5a4687b25dd357cc9b8efe xf86bigfontproto-1.2.0.tar.bz2
diff --git a/base/xorg-xf86bigfontproto/Pkgfile b/base/xorg-xf86bigfontproto/Pkgfile
new file mode 100644
index 000000000..2b81bc592
--- /dev/null
+++ b/base/xorg-xf86bigfontproto/Pkgfile
@@ -0,0 +1,18 @@
+# Description: xorg proto xf86bigfontproto
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# Packager: thierryn1 at hispeed dot ch
+
+name=xorg-xf86bigfontproto
+version=1.2.0
+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
+}