wok-next view libt4k_common/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libt4k_common"
4 VERSION="0.1.1"
5 CATEGORY="games"
6 SHORT_DESC="Common libraries for tux4kids games"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="https://github.com/tux4kids/t4kcommon"
10 REPOLOGY="t4k-common"
12 TARBALL="t4k_common-$VERSION.tar.gz"
13 WGET_URL="https://alioth.debian.org/frs/download.php/3540/$TARBALL" # FIXME
15 BUILD_DEPENDS="sdl-dev sdl-image-dev sdl-mixer-dev sdl-ttf-dev \
16 sdl-net-dev librsvg-dev sdl-pango-dev wget libxml2-dev libcroco-dev"
17 SPLIT="$PACKAGE-dev"
19 compile_rules() {
20 ./configure $CONFIGURE_ARGS &&
21 fix libtool &&
22 make &&
23 make install
24 }
26 genpkg_rules() {
27 case $PACKAGE in
28 libt4k_common)
29 copy @std
30 DEPENDS="sdl sdl-image sdl-mixer sdl-ttf \
31 sdl-net librsvg sdl-pango"
32 ;;
33 *-dev)
34 copy @dev
35 ;;
36 esac
37 }