From 1fa6afb7311322fa5c2b9c22a9a37c810a2b3418 Mon Sep 17 00:00:00 2001 From: Lukc Date: Sat, 18 Dec 2010 23:16:03 +0100 Subject: Import automatique des recettes de Crux. (git://crux.nu/ports/xorg.git - branche 2.7) --- xorg-xf86bigfontproto/.footprint | 10 ++++++++++ xorg-xf86bigfontproto/.md5sum | 1 + xorg-xf86bigfontproto/Pkgfile | 17 +++++++++++++++++ xorg-xf86bigfontproto/Pkgfile.old | 17 +++++++++++++++++ 4 files changed, 45 insertions(+) create mode 100644 xorg-xf86bigfontproto/.footprint create mode 100644 xorg-xf86bigfontproto/.md5sum create mode 100644 xorg-xf86bigfontproto/Pkgfile create mode 100644 xorg-xf86bigfontproto/Pkgfile.old (limited to 'xorg-xf86bigfontproto') 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 +} -- cgit v1.2.3-54-g00ecf