wok-4.x rev 592
Rename MesaLib* to mesa*
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Apr 17 09:36:57 2008 +0000 (2008-04-17) |
parents | a53ff5812119 |
children | 1f859429f92c |
files | MesaLib-dev/receipt MesaLib/receipt get-google-earth/stuff/get-google-earth mesa-dev/receipt mesa/receipt |
line diff
1.1 --- a/MesaLib-dev/receipt Wed Apr 16 10:21:17 2008 +0000 1.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 1.3 @@ -1,17 +0,0 @@ 1.4 -# SliTaz package receipt. 1.5 - 1.6 -PACKAGE="MesaLib-dev" 1.7 -VERSION="7.0.3" 1.8 -CATEGORY="x-window" 1.9 -SHORT_DESC="3D Graphics Library." 1.10 -MAINTAINER="pascal.bellard@slitaz.org" 1.11 -WEB_SITE="http://mesa3d.sourceforge.net/" 1.12 -WANTED="MesaLib" 1.13 - 1.14 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.15 -genpkg_rules() 1.16 -{ 1.17 - mkdir -p $fs/usr 1.18 - cp -a $_pkg/usr/local/include $fs/usr 1.19 -} 1.20 -
2.1 --- a/MesaLib/receipt Wed Apr 16 10:21:17 2008 +0000 2.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 2.3 @@ -1,28 +0,0 @@ 2.4 -# SliTaz package receipt. 2.5 - 2.6 -PACKAGE="MesaLib" 2.7 -VERSION="7.0.3" 2.8 -CATEGORY="x-window" 2.9 -SHORT_DESC="3D Graphics Library." 2.10 -MAINTAINER="pascal.bellard@slitaz.org" 2.11 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.12 -SOURCE="Mesa" 2.13 -WEB_SITE="http://mesa3d.sourceforge.net/" 2.14 -WGET_URL="$SF_MIRROR/mesa3d/$TARBALL" 2.15 - 2.16 -# Rules to configure and make the package. 2.17 -compile_rules() 2.18 -{ 2.19 - ln -s $src $PACKAGE-$VERSION 2.20 - cd $src 2.21 - make linux-x86 2.22 - make DESTDIR=$PWD/_pkg install 2.23 -} 2.24 - 2.25 -# Rules to gen a SliTaz package suitable for Tazpkg. 2.26 -genpkg_rules() 2.27 -{ 2.28 - mkdir -p $fs/usr 2.29 - cp -a $_pkg/usr/local/lib $fs/usr 2.30 -} 2.31 -
3.1 --- a/get-google-earth/stuff/get-google-earth Wed Apr 16 10:21:17 2008 +0000 3.2 +++ b/get-google-earth/stuff/get-google-earth Thu Apr 17 09:36:57 2008 +0000 3.3 @@ -36,7 +36,7 @@ 3.4 CATEGORY="non-free" 3.5 SHORT_DESC="3D planet viewer." 3.6 WEB_SITE="http://earth.google.com/" 3.7 -DEPENDS="MesaLib" 3.8 +DEPENDS="mesa" 3.9 EOT 3.10 cpio -o -H newc > google-earth-$VERSION.tazpkg <<EOT 3.11 receipt
4.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 4.2 +++ b/mesa-dev/receipt Thu Apr 17 09:36:57 2008 +0000 4.3 @@ -0,0 +1,17 @@ 4.4 +# SliTaz package receipt. 4.5 + 4.6 +PACKAGE="mesa-dev" 4.7 +VERSION="7.0.3" 4.8 +CATEGORY="extra" 4.9 +SHORT_DESC="3D Graphics Library dev files." 4.10 +MAINTAINER="pascal.bellard@slitaz.org" 4.11 +WEB_SITE="http://www.mesa3d.org/" 4.12 +WANTED="mesa" 4.13 + 4.14 +# Rules to gen a SliTaz package suitable for Tazpkg. 4.15 +genpkg_rules() 4.16 +{ 4.17 + mkdir -p $fs/usr 4.18 + cp -a $_pkg/usr/local/include $fs/usr 4.19 +} 4.20 +
5.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 5.2 +++ b/mesa/receipt Thu Apr 17 09:36:57 2008 +0000 5.3 @@ -0,0 +1,29 @@ 5.4 +# SliTaz package receipt. 5.5 + 5.6 +PACKAGE="mesa" 5.7 +VERSION="7.0.3" 5.8 +CATEGORY="extra" 5.9 +SHORT_DESC="3D Graphics Library." 5.10 +MAINTAINER="pascal.bellard@slitaz.org" 5.11 +DEPENDS="xorg" 5.12 +SOURCE="Mesa" 5.13 +TARBALL="${SOURCE}Lib-$VERSION.tar.bz2" 5.14 +WEB_SITE="http://www.mesa3d.org/" 5.15 +WGET_URL="$SF_MIRROR/mesa3d/$TARBALL" 5.16 + 5.17 +# Rules to configure and make the package. 5.18 +compile_rules() 5.19 +{ 5.20 + ln -s $src $PACKAGE-$VERSION 5.21 + cd $src 5.22 + make linux-x86 5.23 + make DESTDIR=$PWD/_pkg install 5.24 +} 5.25 + 5.26 +# Rules to gen a SliTaz package suitable for Tazpkg. 5.27 +genpkg_rules() 5.28 +{ 5.29 + mkdir -p $fs/usr 5.30 + cp -a $_pkg/usr/local/lib $fs/usr 5.31 +} 5.32 +