wok-next diff lincity-ng/receipt @ rev 21087

Updates...
Revert names: libsdl -> sdl, libsmpeg -> smpeg, libtdb -> tdb
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Dec 28 05:11:49 2018 +0200 (2018-12-28)
parents 5669e8b3be70
children
line diff
     1.1 --- a/lincity-ng/receipt	Sat Dec 22 04:52:35 2018 +0200
     1.2 +++ b/lincity-ng/receipt	Fri Dec 28 05:11:49 2018 +0200
     1.3 @@ -11,8 +11,8 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.5  WGET_URL="http://download.berlios.de/$PACKAGE/$TARBALL" # FIXME
     1.6  
     1.7 -BUILD_DEPENDS="mesa-dev libxml2-dev libsdl-gfx-dev libsdl-image-dev \
     1.8 -libsdl-mixer-dev libsdl-ttf libsdl-ttf-dev ftjam physfs-dev glu-dev"
     1.9 +BUILD_DEPENDS="mesa-dev libxml2-dev sdl-gfx-dev sdl-image-dev \
    1.10 +sdl-mixer-dev sdl-ttf sdl-ttf-dev ftjam physfs-dev glu-dev"
    1.11  
    1.12  compile_rules() {
    1.13  	./configure \
    1.14 @@ -30,6 +30,6 @@
    1.15  	cp -a $install/usr/share/applications $fs/usr/share
    1.16  	cp -a $install/usr/share/lincity-ng $fs/usr/share
    1.17  	cp -a $install/usr/share/pixmaps $fs/usr/share
    1.18 -	DEPENDS="mesa libxml2 physfs libsdl-gfx libsdl-image libsdl-mixer \
    1.19 -	libsdl-ttf libxcb"
    1.20 +	DEPENDS="mesa libxml2 physfs sdl-gfx sdl-image sdl-mixer \
    1.21 +	sdl-ttf libxcb"
    1.22  }