wok-next diff guichan/receipt @ rev 18985

Add: Backgrounds created by the community. See: https://github.com/hackdorte/slitaz-community-backgrounds
author Leonardo Laporte <hackdorte@sapo.pt>
date Thu Mar 17 00:11:28 2016 -0300 (2016-03-17)
parents de49f29b101e
children a7b1395df64a
line diff
     1.1 --- a/guichan/receipt	Thu Dec 05 15:25:09 2013 +0000
     1.2 +++ b/guichan/receipt	Thu Mar 17 00:11:28 2016 -0300
     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 &&