wok-6.x diff guichan/receipt @ rev 22073
updated uget (1.10.4 -> 2.2.1)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Oct 25 16:35:21 2019 +0100 (2019-10-25) |
parents | de49f29b101e |
children | b9659e3c2111 |
line diff
1.1 --- a/guichan/receipt Thu Dec 05 15:25:09 2013 +0000 1.2 +++ b/guichan/receipt Fri Oct 25 16:35:21 2019 +0100 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 &&