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-recordproto/.footprint | 10 ++++++++++ xorg-recordproto/.md5sum | 1 + xorg-recordproto/Pkgfile | 17 +++++++++++++++++ xorg-recordproto/Pkgfile.old | 17 +++++++++++++++++ 4 files changed, 45 insertions(+) create mode 100644 xorg-recordproto/.footprint create mode 100644 xorg-recordproto/.md5sum create mode 100644 xorg-recordproto/Pkgfile create mode 100644 xorg-recordproto/Pkgfile.old (limited to 'xorg-recordproto') diff --git a/xorg-recordproto/.footprint b/xorg-recordproto/.footprint new file mode 100644 index 0000000..9aab3bf --- /dev/null +++ b/xorg-recordproto/.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/recordconst.h +-rw-r--r-- root/root usr/include/X11/extensions/recordproto.h +-rw-r--r-- root/root usr/include/X11/extensions/recordstr.h +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/recordproto.pc diff --git a/xorg-recordproto/.md5sum b/xorg-recordproto/.md5sum new file mode 100644 index 0000000..8318394 --- /dev/null +++ b/xorg-recordproto/.md5sum @@ -0,0 +1 @@ +70f5998c673aa510e2acd6d8fb3799de recordproto-1.14.tar.bz2 diff --git a/xorg-recordproto/Pkgfile b/xorg-recordproto/Pkgfile new file mode 100644 index 0000000..12c9d59 --- /dev/null +++ b/xorg-recordproto/Pkgfile @@ -0,0 +1,17 @@ +description="xorg proto recordproto" +packager="" +maintainer="Tilman Sauerbeck, tilman at crux dot nu" +url="http://xorg.freedesktop.org" +depends=() + +name=xorg-recordproto +version=1.14 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/proto/recordproto-1.14.tar.bz2) +build () +{ + cd recordproto-$version; + ./configure --prefix=/usr; + make; + make DESTDIR=$PKG install +} diff --git a/xorg-recordproto/Pkgfile.old b/xorg-recordproto/Pkgfile.old new file mode 100644 index 0000000..7fb3f27 --- /dev/null +++ b/xorg-recordproto/Pkgfile.old @@ -0,0 +1,17 @@ +# Description: xorg proto recordproto +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu + +name=xorg-recordproto +version=1.14 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/proto/recordproto-$version.tar.bz2) + +build() { + cd recordproto-$version + + ./configure --prefix=/usr + + make + make DESTDIR=$PKG install +} -- cgit v1.2.3-54-g00ecf