wok diff mesa/receipt @ rev 16345

Up: slitaz-configs (5.3) With new Slitaz Tiny Screen desktop files and tools
author Christophe Lincoln <pankso@slitaz.org>
date Sat Apr 12 20:04:10 2014 +0200 (2014-04-12)
parents 78230e8a1430
children 64a50efe0309
line diff
     1.1 --- a/mesa/receipt	Thu Jun 13 09:32:02 2013 +0200
     1.2 +++ b/mesa/receipt	Sat Apr 12 20:04:10 2014 +0200
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="3D Graphics Library that is an open-source implementaton of OpenGL."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +LICENSE="MIT"
     1.8  SUGGESTED="nvidia"
     1.9  SOURCE="Mesa"
    1.10  TARBALL="${SOURCE}Lib-$VERSION.tar.bz2"
    1.11 @@ -16,13 +17,13 @@
    1.12  BUILD_DEPENDS="expat-dev libdrm-dev xorg-libXdamage-dev pkg-config \
    1.13  xorg-libXxf86vm-dev xorg-libXt-dev xorg-dri2proto xorg-glproto \
    1.14  talloc xorg-makedepend lesstif libxml2-python xorg-imake lesstif-dev \
    1.15 -xorg-server-dev udev-dev file libdrm-nouveau llvm libtool"
    1.16 +xorg-server-dev udev-dev file libdrm-nouveau llvm libtool automake autoconf"
    1.17  
    1.18  # Rules to configure and make the package.
    1.19  compile_rules()
    1.20  {
    1.21  	cd $src
    1.22 -	./configure \
    1.23 +	./autogen.sh \
    1.24  		--prefix=/usr \
    1.25  		$CONFIGURE_ARGS &&
    1.26  	make $MAKEFLAGS && make install