wok-next view eduke32/receipt @ rev 20991

Update EDuke32, combine web apps
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Oct 04 06:46:42 2018 +0300 (2018-10-04)
parents da9e80c5d4bb
children 7fa4f9893159
line source
1 # SliTaz package receipt v2.
3 PACKAGE="eduke32"
4 VERSION="20181002-6989"
5 CATEGORY="games"
6 SHORT_DESC="A port of the classic first-person shooter, Duke Nukem 3D"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="http://eduke32.com/"
11 TARBALL="eduke32_src_$VERSION.tar.xz"
12 WGET_URL="https://dukeworld.com/eduke32/synthesis/$VERSION/$TARBALL"
14 BUILD_DEPENDS="libsdl2-dev glu-dev mesa-dev libsdl2-mixer-dev libvpx-dev \
15 libvorbis-dev flac-dev fluidsynth-dev"
16 BUILD_DEPENDS_i486="$BUILD_DEPENDS nasm"
18 compile_rules() {
19 make $MAKEFLAGS || return 1
21 install -Dm755 eduke32 $install/usr/bin/eduke32
22 install -Dm755 mapster32 $install/usr/bin/mapster32
23 }
25 genpkg_rules() {
26 copy @std
27 DEPENDS="flac libsdl2 libsdl2-mixer libvorbis libvpx"
28 SUGGESTED="eduke32-shareware-data fluidsynth"
29 TAGS="shooting"
30 }