wok-next view eduke32/receipt @ rev 20992

eduke32: simplify bdeps, fix build for i486
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Oct 04 11:45:29 2018 +0300 (2018-10-04)
parents 5ed258d11ce7
children 0f2575775b2d
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 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 libsdl2 libsdl2-mixer libvorbis libvpx"
27 SUGGESTED="eduke32-shareware-data fluidsynth"
28 TAGS="shooting"
29 }