wok-next annotate wordwarvi/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
parents d5aab818505e
children
rev   line source
al@20516 1 # SliTaz package receipt v2.
paul@2103 2
paul@2103 3 PACKAGE="wordwarvi"
slaxemulator@11141 4 VERSION="1.00"
paul@2103 5 CATEGORY="games"
al@20516 6 SHORT_DESC="Retro shoot'em up game"
paul@2103 7 MAINTAINER="paul@slitaz.org"
pascal@15002 8 LICENSE="GPL2"
al@20516 9 WEB_SITE="http://wordwarvi.sourceforge.net/"
al@20516 10
pascal@15002 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@15002 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pascal@15002 13
al@21017 14 BUILD_DEPENDS="libvorbis-dev libogg-dev portaudio portaudio-dev gtk2-dev \
al@21078 15 libxrender-dev xorgproto pixman-dev \
al@20516 16 glib-dev"
paul@2103 17
al@20516 18 compile_rules() {
al@21020 19 make &&
al@21020 20 make DESTDIR=$install install || return 1
al@20516 21
pascal@20518 22 cp -a $stuff/* $install
paul@2103 23 }
paul@2103 24
al@20516 25 genpkg_rules() {
al@20516 26 copy @std
al@21078 27 DEPENDS="portaudio expat gtk2 libvorbis libx11 libxau \
al@21078 28 libxcomposite libxcursor libxdmcp libxext \
al@21078 29 libxfixes libxinerama libxrandr libxrender \
al@21078 30 libxdamage"
al@20516 31 TAGS="shooting"
paul@2103 32 }