wok-next annotate primateplunge/receipt @ rev 21196

updated scrollz again (2.2.3 -> 2.3)
author Hans-G?nter Theisgen
date Thu Oct 03 16:09:40 2019 +0100 (2019-10-03)
parents d5aab818505e
children
rev   line source
al@14275 1 # SliTaz package receipt.
al@14275 2
al@14275 3 PACKAGE="primateplunge"
al@14275 4 VERSION="1.1"
al@14275 5 CATEGORY="games"
al@14275 6 SHORT_DESC="Primate plunge game"
al@14275 7 MAINTAINER="al.bobylev@gmail.com"
al@14275 8 LICENSE="other"
al@20906 9 WEB_SITE="https://www.aelius.com/primateplunge/"
al@21020 10
al@14275 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@14285 12 WGET_URL="${WEB_SITE}$TARBALL"
al@14275 13
al@21087 14 BUILD_DEPENDS="sdl-mixer-dev"
al@14275 15
al@21020 16 compile_rules() {
al@21020 17 ./configure $CONFIGURE_ARGS &&
al@21020 18 make &&
al@21020 19 make install
al@14275 20 }
al@14275 21
al@21020 22 genpkg_rules() {
al@14275 23 cp -a $install/* $fs
al@14275 24 mkdir -p $fs/usr/share/licenses
al@14275 25 cp $src/COPYING $fs/usr/share/licenses/$PACKAGE
al@21087 26 DEPENDS="sdl-mixer"
al@14275 27 }