wok-6.x rev 3010
Add Xorg 7.4 dri2proto and glproto
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon May 11 22:26:05 2009 +0200 (2009-05-11) |
parents | 83c0f98edefc |
children | 6ca9048d039a |
files | xorg-dri2proto/receipt xorg-glproto/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/xorg-dri2proto/receipt Mon May 11 22:26:05 2009 +0200 1.3 @@ -0,0 +1,30 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="xorg-dri2proto" 1.7 +VERSION="2.0" 1.8 +CATEGORY="development" 1.9 +SHORT_DESC="Xorg DRI protocol files." 1.10 +MAINTAINER="pankso@slitaz.org" 1.11 +DEPENDS="xorg" 1.12 +SOURCE="dri2proto" 1.13 +TARBALL="$SOURCE-$VERSION.tar.gz" 1.14 +WEB_SITE="http://www.x.org/" 1.15 +WGET_URL="$XORG_MIRROR/proto/$TARBALL" 1.16 + 1.17 +# Rules to configure and make the package. 1.18 +compile_rules() 1.19 +{ 1.20 + cd $src 1.21 + ./configure --prefix=/usr --sysconfdir=/etc \ 1.22 + --mandir=/usr/share/man --localstatedir=/var \ 1.23 + $CONFIGURE_ARGS && 1.24 + make && 1.25 + make DESTDIR=$PWD/_pkg install 1.26 +} 1.27 + 1.28 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.29 +genpkg_rules() 1.30 +{ 1.31 + cp -a $_pkg/* $fs 1.32 +} 1.33 +
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/xorg-glproto/receipt Mon May 11 22:26:05 2009 +0200 2.3 @@ -0,0 +1,31 @@ 2.4 +# SliTaz package receipt. 2.5 + 2.6 +PACKAGE="xorg-glproto" 2.7 +VERSION="1.4.9" 2.8 +CATEGORY="development" 2.9 +SHORT_DESC="Xorg server fixes protocol." 2.10 +MAINTAINER="pankso@slitaz.org" 2.11 +DEPENDS="xorg" 2.12 +SOURCE="glproto" 2.13 +TARBALL="$SOURCE-$VERSION.tar.bz2" 2.14 +WEB_SITE="http://www.x.org/" 2.15 +WGET_URL="$XORG_MIRROR/proto/$TARBALL" 2.16 + 2.17 +# Rules to configure and make the package. 2.18 +compile_rules() 2.19 +{ 2.20 + cd $src 2.21 + ./configure \ 2.22 + --prefix=/usr --sysconfdir=/etc \ 2.23 + --mandir=/usr/share/man --localstatedir=/var \ 2.24 + $CONFIGURE_ARGS 2.25 + make 2.26 + make DESTDIR=$PWD/_pkg install 2.27 +} 2.28 + 2.29 +# Rules to gen a SliTaz package suitable for Tazpkg. 2.30 +genpkg_rules() 2.31 +{ 2.32 + cp -a $_pkg/* $fs 2.33 +} 2.34 +