wok-6.x diff mesa/receipt @ rev 14929
Up: eina-dev (1.7.8)
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Thu Aug 08 19:15:33 2013 +0200 (2013-08-08) |
parents | 78230e8a1430 |
children | 64a50efe0309 |
line diff
1.1 --- a/mesa/receipt Thu Jun 13 09:32:02 2013 +0200 1.2 +++ b/mesa/receipt Thu Aug 08 19:15:33 2013 +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