summaryrefslogtreecommitdiffstats
path: root/xorg-xf86bigfontproto
diff options
context:
space:
mode:
authorLukc <lukc@upyum.com>2010-12-18 23:16:03 +0100
committerLukc <lukc@upyum.com>2010-12-18 23:16:03 +0100
commit1fa6afb7311322fa5c2b9c22a9a37c810a2b3418 (patch)
tree5b5f63901a4d7337f2abea8c90daae0330c93a0b /xorg-xf86bigfontproto
downloadxorg-master.tar.gz
xorg-master.tar.bz2
xorg-master.tar.xz
xorg-master.zip
Import automatique des recettes de Crux. (git://crux.nu/ports/xorg.git - branche 2.7)HEADmaster
Diffstat (limited to 'xorg-xf86bigfontproto')
-rw-r--r--xorg-xf86bigfontproto/.footprint10
-rw-r--r--xorg-xf86bigfontproto/.md5sum1
-rw-r--r--xorg-xf86bigfontproto/Pkgfile17
-rw-r--r--xorg-xf86bigfontproto/Pkgfile.old17
4 files changed, 45 insertions, 0 deletions
diff --git a/xorg-xf86bigfontproto/.footprint b/xorg-xf86bigfontproto/.footprint
new file mode 100644
index 0000000..618d750
--- /dev/null
+++ b/xorg-xf86bigfontproto/.footprint
@@ -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/xorg-xf86bigfontproto/.md5sum b/xorg-xf86bigfontproto/.md5sum
new file mode 100644
index 0000000..c513e2d
--- /dev/null
+++ b/xorg-xf86bigfontproto/.md5sum
@@ -0,0 +1 @@
+120e226ede5a4687b25dd357cc9b8efe xf86bigfontproto-1.2.0.tar.bz2
diff --git a/xorg-xf86bigfontproto/Pkgfile b/xorg-xf86bigfontproto/Pkgfile
new file mode 100644
index 0000000..69a9ba0
--- /dev/null
+++ b/xorg-xf86bigfontproto/Pkgfile
@@ -0,0 +1,17 @@
+description="xorg proto xf86bigfontproto"
+packager=""
+maintainer="Tilman Sauerbeck, tilman at crux dot nu"
+url="http://xorg.freedesktop.org"
+depends=()
+
+name=xorg-xf86bigfontproto
+version=1.2.0
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/proto/xf86bigfontproto-1.2.0.tar.bz2)
+build ()
+{
+ cd xf86bigfontproto-$version;
+ ./configure --prefix=/usr;
+ make;
+ make DESTDIR=$PKG install
+}
diff --git a/xorg-xf86bigfontproto/Pkgfile.old b/xorg-xf86bigfontproto/Pkgfile.old
new file mode 100644
index 0000000..0ae635e
--- /dev/null
+++ b/xorg-xf86bigfontproto/Pkgfile.old
@@ -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.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
+}