wok-next diff prboom/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 | 5669e8b3be70 |
children |
line diff
1.1 --- a/prboom/receipt Sat Dec 22 04:52:35 2018 +0200 1.2 +++ b/prboom/receipt Sat Nov 21 14:32:44 2020 +0100 1.3 @@ -11,7 +11,7 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.5 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.6 1.7 -BUILD_DEPENDS="libsdl-dev libsdl-mixer-dev libsdl-net-dev mesa-dev glu \ 1.8 +BUILD_DEPENDS="sdl-dev sdl-mixer-dev sdl-net-dev mesa-dev glu \ 1.9 libpng-dev glu-dev" 1.10 1.11 compile_rules() { 1.12 @@ -37,6 +37,6 @@ 1.13 echo "Copying package files" 1.14 cp -a $install/usr/games $fs/usr 1.15 cp -a $install/usr/share/games $fs/usr/share 1.16 - DEPENDS="libsdl libsdl-mixer libsdl-net libpng mesa glu freedoom" 1.17 + DEPENDS="sdl sdl-mixer sdl-net libpng mesa glu freedoom" 1.18 SUGGESTED="nvidia" 1.19 }