wok-next diff warzone2100/receipt @ rev 21020
Cleaning is almost finished... I should proceed to upgrades.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Nov 02 14:15:08 2018 +0200 (2018-11-02) |
parents | c0521c689857 |
children | 5669e8b3be70 |
line diff
1.1 --- a/warzone2100/receipt Fri Mar 16 00:27:34 2018 +0200 1.2 +++ b/warzone2100/receipt Fri Nov 02 14:15:08 2018 +0200 1.3 @@ -4,14 +4,14 @@ 1.4 VERSION="3.2.3" 1.5 CATEGORY="games" 1.6 SHORT_DESC="3D realtime strategy game on a future Earth" 1.7 -MAINTAINER="slaxemulator@gmail.com" 1.8 +MAINTAINER="devel@slitaz.org" 1.9 LICENSE="GPL2" 1.10 WEB_SITE="http://wz2100.net/" 1.11 1.12 TARBALL="$PACKAGE-$VERSION.tar.xz" 1.13 -WGET_URL="$SF_MIRROR/warzone2100/releases/$VERSION/$TARBALL" 1.14 +WGET_URL="$SF_MIRROR/warzone2100/$TARBALL" 1.15 1.16 -BUILD_DEPENDS="automake perl zip unzip gettext qt5-dev xorg-libX11-dev \ 1.17 +BUILD_DEPENDS="automake perl zip unzip gettext-dev qt5-dev xorg-libX11-dev \ 1.18 libsdl2-dev libpng16-dev libtheora-dev openal-dev libvorbis-dev glew-dev \ 1.19 mesa-dev openssl-dev physfs-dev xorg-libXrandr-dev fribidi-dev \ 1.20 freetype-dev fontconfig-dev openssl-dev git" 1.21 @@ -28,7 +28,7 @@ 1.22 $CONFIGURE_ARGS && 1.23 make -C src autorevision.h && 1.24 make && 1.25 - make DESTDIR=$DESTDIR install 1.26 + make DESTDIR=$install install 1.27 } 1.28 1.29 genpkg_rules() {