wok diff guichan/receipt @ rev 24021

busybox: fix busybox-1.31-stat.u
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Mar 06 18:53:34 2021 +0000 (2021-03-06)
parents de49f29b101e
children b9659e3c2111
line diff
     1.1 --- a/guichan/receipt	Thu Dec 05 15:25:09 2013 +0000
     1.2 +++ b/guichan/receipt	Sat Mar 06 18:53:34 2021 +0000
     1.3 @@ -3,7 +3,7 @@
     1.4  PACKAGE="guichan"
     1.5  VERSION="0.8.2"
     1.6  CATEGORY="development"
     1.7 -SHORT_DESC="a portable C++ GUI library designed for games using Allegro, SDL and/or OpenGL"
     1.8 +SHORT_DESC="A portable C++ GUI library designed for games using Allegro, SDL and/or OpenGL"
     1.9  MAINTAINER="devl547@gmail.com"
    1.10  LICENSE="BSD"
    1.11  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.12 @@ -11,12 +11,11 @@
    1.13  WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL"
    1.14  
    1.15  DEPENDS="libsdl libsdl-image"
    1.16 -BUILD_DEPENDS="libsdl-dev libsdl-image-dev"
    1.17 +BUILD_DEPENDS="libsdl-dev libsdl-image-dev mesa-dev"
    1.18  
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
    1.21  {
    1.22 -	cd $src
    1.23  	./configure --prefix=/usr $CONFIGURE_ARGS \
    1.24  	--enable-sdl &&
    1.25  	make &&