wok-next annotate eduke32/receipt @ rev 21087

Updates...
Revert names: libsdl -> sdl, libsmpeg -> smpeg, libtdb -> tdb
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Dec 28 05:11:49 2018 +0200 (2018-12-28)
parents 7fa4f9893159
children f873de7b16ce
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@21087 14 BUILD_DEPENDS="sdl2-dev glu-dev mesa-dev sdl2-mixer-dev libvpx-dev \
al@20992 15 libvorbis-dev flac-dev fluidsynth-dev nasm"
pascal@13796 16
al@20991 17 compile_rules() {
al@20991 18 make $MAKEFLAGS || return 1
al@20503 19
al@20503 20 install -Dm755 eduke32 $install/usr/bin/eduke32
al@20503 21 install -Dm755 mapster32 $install/usr/bin/mapster32
mallory@2717 22 }
mallory@2717 23
al@20503 24 genpkg_rules() {
al@20503 25 copy @std
al@21087 26 DEPENDS="flac sdl2 sdl2-mixer libvorbis libvpx"
al@20991 27 SUGGESTED="eduke32-shareware-data fluidsynth"
al@20991 28 TAGS="shooting"
mallory@2717 29 }