# HG changeset patch # User Christophe Lincoln # Date 1242073565 -7200 # Node ID 195c73cf907b99efe8fe35481c8e91b4388c982c # Parent 83c0f98edefca00109584530268e6b02117ccaa9 Add Xorg 7.4 dri2proto and glproto diff -r 83c0f98edefc -r 195c73cf907b xorg-dri2proto/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xorg-dri2proto/receipt Mon May 11 22:26:05 2009 +0200 @@ -0,0 +1,30 @@ +# SliTaz package receipt. + +PACKAGE="xorg-dri2proto" +VERSION="2.0" +CATEGORY="development" +SHORT_DESC="Xorg DRI protocol files." +MAINTAINER="pankso@slitaz.org" +DEPENDS="xorg" +SOURCE="dri2proto" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://www.x.org/" +WGET_URL="$XORG_MIRROR/proto/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure --prefix=/usr --sysconfdir=/etc \ + --mandir=/usr/share/man --localstatedir=/var \ + $CONFIGURE_ARGS && + make && + make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $_pkg/* $fs +} + diff -r 83c0f98edefc -r 195c73cf907b xorg-glproto/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xorg-glproto/receipt Mon May 11 22:26:05 2009 +0200 @@ -0,0 +1,31 @@ +# SliTaz package receipt. + +PACKAGE="xorg-glproto" +VERSION="1.4.9" +CATEGORY="development" +SHORT_DESC="Xorg server fixes protocol." +MAINTAINER="pankso@slitaz.org" +DEPENDS="xorg" +SOURCE="glproto" +TARBALL="$SOURCE-$VERSION.tar.bz2" +WEB_SITE="http://www.x.org/" +WGET_URL="$XORG_MIRROR/proto/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure \ + --prefix=/usr --sysconfdir=/etc \ + --mandir=/usr/share/man --localstatedir=/var \ + $CONFIGURE_ARGS + make + make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $_pkg/* $fs +} +