From a50897889b086508afe3ca2290f5ceec44a28e04 Mon Sep 17 00:00:00 2001 From: sibel Date: Thu, 3 Mar 2011 11:27:35 +0100 Subject: xorg-fixesproto, déplacé dans base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base/xorg-fixesproto/Pkgfile | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 base/xorg-fixesproto/Pkgfile (limited to 'base/xorg-fixesproto/Pkgfile') diff --git a/base/xorg-fixesproto/Pkgfile b/base/xorg-fixesproto/Pkgfile new file mode 100644 index 000000000..a5c66a6eb --- /dev/null +++ b/base/xorg-fixesproto/Pkgfile @@ -0,0 +1,16 @@ +# Description: xorg proto fixesproto +# URL: http://xorg.freedesktop.org +# Maintainer: NuTyX core team +# Packager: thierrny1 at hispeed dot ch + +name=xorg-fixesproto +version=4.1.2 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/proto/fixesproto-$version.tar.bz2) + +build() { + cd fixesproto-$version + ./configure $XORG_CONFIG + make + make DESTDIR=$PKG install +} -- cgit v1.2.3-54-g00ecf