wok-next diff airstrike/receipt @ rev 21727
created recipe for vbindiff
author | Hans-G?nter Theisgen |
---|---|
date | Sat Nov 21 14:32:44 2020 +0100 (2020-11-21) |
parents | d5aab818505e |
children |
line diff
1.1 --- a/airstrike/receipt Fri Nov 02 14:15:08 2018 +0200 1.2 +++ b/airstrike/receipt Sat Nov 21 14:32:44 2020 +0100 1.3 @@ -11,7 +11,7 @@ 1.4 TARBALL="$PACKAGE-$VERSION-src.tar.gz" 1.5 WGET_URL="http://offload1.icculus.org:9090/$PACKAGE/$TARBALL" 1.6 1.7 -BUILD_DEPENDS="libsdl-image-dev libsdl-dev" 1.8 +BUILD_DEPENDS="sdl-image-dev sdl-dev" 1.9 1.10 # Packaging for SliTaz by Rene Rivero. 1.11 1.12 @@ -33,5 +33,5 @@ 1.13 mkdir -p $fs/usr/share/applications 1.14 cp $stuff/airstrike.desktop $fs/usr/share/applications 1.15 chown -R root.root $fs 1.16 - DEPENDS="libsdl-image libsdl" 1.17 + DEPENDS="sdl-image sdl" 1.18 }