wok diff mesa-dev/receipt @ rev 715

Up: slitaz-configs (2.0) - Include now Openbox default files and slim theme
author Christophe Lincoln <pankso@slitaz.org>
date Fri May 02 20:41:41 2008 +0200 (2008-05-02)
parents
children 9b3d2133ce0f
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/mesa-dev/receipt	Fri May 02 20:41:41 2008 +0200
     1.3 @@ -0,0 +1,17 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="mesa-dev"
     1.7 +VERSION="7.0.3"
     1.8 +CATEGORY="extra"
     1.9 +SHORT_DESC="3D Graphics Library dev files."
    1.10 +MAINTAINER="pascal.bellard@slitaz.org"
    1.11 +WEB_SITE="http://www.mesa3d.org/"
    1.12 +WANTED="mesa"
    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 +