wok view eduke32/receipt @ rev 14817

Up: libexo* (0.8.0)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Wed Jul 17 13:43:00 2013 +0200 (2013-07-17)
parents e76032847ca2
children 223b265f40fd
line source
1 # SliTaz package receipt.
3 PACKAGE="eduke32"
4 VERSION="20110319-1850"
5 CATEGORY="games"
6 SHORT_DESC="A port of the classic first-person shooter, Duke Nukem 3D"
7 MAINTAINER="mallory@sweetpeople.org"
8 TARBALL="${PACKAGE}_src_${VERSION}.tar.bz2"
9 WEB_SITE="http://www.eduke32.com/"
10 WGET_URL="http://dukeworld.duke4.net/$PACKAGE/synthesis/$VERSION/$TARBALL"
11 TAGS="shooting"
13 DEPENDS="libsdl libsdl-mixer libvorbis gtk+ eduke32-data"
14 BUILD_DEPENDS="libsdl-dev libsdl-mixer-dev libvorbis-dev gtk+-dev nasm mesa-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 make $MAKEFLAGS || return 1
21 mkdir $src/_pkg
22 cp eduke32 mapster32 $src/_pkg
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 echo "Building package tree"
29 mkdir -p $fs/usr/bin
31 echo "Copying package files"
32 cp -a $install/eduke32 $install/mapster32 $fs/usr/bin
33 }