wok-next diff frogatto/receipt @ rev 13403

ardour, frogatto, python: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Sep 28 17:56:39 2012 +0200 (2012-09-28)
parents 4f527a2114bf
children b9d721d8dd82
line diff
     1.1 --- a/frogatto/receipt	Thu Mar 08 11:44:26 2012 -0800
     1.2 +++ b/frogatto/receipt	Fri Sep 28 17:56:39 2012 +0200
     1.3 @@ -5,15 +5,16 @@
     1.4  CATEGORY="games"
     1.5  SHORT_DESC="An old-school 2d platformer game, starring a certain quixotic frog"
     1.6  MAINTAINER="gokhlayeh@slitaz.org"
     1.7 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.8 +WEB_SITE="http://www.frogatto.com"
     1.9 +WGET_URL="$WEB_SITE/files/$TARBALL"
    1.10 +
    1.11  DEPENDS="xorg-server mesa glew libsdl libsdl-image libsdl-ttf libsdl-mixer libpng \
    1.12  libboost-regex libboost-system libboost-date-time libboost-thread libboost-iostreams \
    1.13  frogatto-data"
    1.14  BUILD_DEPENDS="${DEPENDS/frogatto-data/} ccache xorg-server-dev mesa-dev libsdl-dev libsdl-image-dev \
    1.15  libsdl-ttf-dev libsdl-mixer-dev libpng-dev libboost-regex-dev libboost-system-dev \
    1.16 -libboost-date-time-dev libboost-thread-dev libboost-iostreams-dev"
    1.17 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.18 -WEB_SITE="http://www.frogatto.com"
    1.19 -WGET_URL="$WEB_SITE/files/$TARBALL"
    1.20 +libboost-date-time-dev libboost-thread-dev libboost-iostreams-dev glew-dev"
    1.21  
    1.22  # Rules to configure and make the package.
    1.23  compile_rules()