wok-next view eduke32/receipt @ rev 21153

Small updates.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 31 16:45:41 2019 +0200 (2019-01-31)
parents 7fa4f9893159
children f873de7b16ce
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="sdl2-dev glu-dev mesa-dev sdl2-mixer-dev libvpx-dev \
15 libvorbis-dev flac-dev fluidsynth-dev nasm"
17 compile_rules() {
18 make $MAKEFLAGS || return 1
20 install -Dm755 eduke32 $install/usr/bin/eduke32
21 install -Dm755 mapster32 $install/usr/bin/mapster32
22 }
24 genpkg_rules() {
25 copy @std
26 DEPENDS="flac sdl2 sdl2-mixer libvorbis libvpx"
27 SUGGESTED="eduke32-shareware-data fluidsynth"
28 TAGS="shooting"
29 }