wok-next annotate 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
rev   line source
al@20503 1 # SliTaz package receipt v2.
mallory@2717 2
mallory@2717 3 PACKAGE="eduke32"
al@20991 4 VERSION="20181002-6989"
mallory@2717 5 CATEGORY="games"
samuel_trassare@11993 6 SHORT_DESC="A port of the classic first-person shooter, Duke Nukem 3D"
al@20991 7 MAINTAINER="al.bobylev@gmail.com"
pascal@15202 8 LICENSE="GPL2"
al@20991 9 WEB_SITE="http://eduke32.com/"
al@20503 10
al@20991 11 TARBALL="eduke32_src_$VERSION.tar.xz"
al@20991 12 WGET_URL="https://dukeworld.com/eduke32/synthesis/$VERSION/$TARBALL"
mallory@2717 13
al@20991 14 BUILD_DEPENDS="libsdl2-dev glu-dev mesa-dev libsdl2-mixer-dev libvpx-dev \
al@20991 15 libvorbis-dev flac-dev fluidsynth-dev"
al@20991 16 BUILD_DEPENDS_i486="$BUILD_DEPENDS nasm"
pascal@13796 17
al@20991 18 compile_rules() {
al@20991 19 make $MAKEFLAGS || return 1
al@20503 20
al@20503 21 install -Dm755 eduke32 $install/usr/bin/eduke32
al@20503 22 install -Dm755 mapster32 $install/usr/bin/mapster32
mallory@2717 23 }
mallory@2717 24
al@20503 25 genpkg_rules() {
al@20503 26 copy @std
al@20991 27 DEPENDS="flac libsdl2 libsdl2-mixer libvorbis libvpx"
al@20991 28 SUGGESTED="eduke32-shareware-data fluidsynth"
al@20991 29 TAGS="shooting"
mallory@2717 30 }