wok view libt4k_common/receipt @ rev 13077

Up: fuse to 2.8.7.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Jun 25 08:53:28 2012 +0000 (2012-06-25)
parents 67ce1202c916
children e30853402e1d
line source
1 # SliTaz package receipt.
3 PACKAGE="libt4k_common"
4 VERSION="0.1.1"
5 CATEGORY="games"
6 SHORT_DESC="Common libraries for tux4kids games."
7 MAINTAINER="samuel_trassare@yahoo.com"
8 WEB_SITE="http://tux4kids.alioth.debian.org"
9 SOURCE="t4k_common"
10 TARBALL="$SOURCE-$VERSION.tar.gz"
11 WGET_URL="https://alioth.debian.org/frs/download.php/3540/$TARBALL"
13 DEPENDS="libsdl libsdl-image libsdl-mixer libsdl-ttf libsdl-net librsvg \
14 libsdl-pango"
15 BUILD_DEPENDS="libsdl-dev libsdl-image-dev libsdl-mixer-dev libsdl-ttf-dev \
16 libsdl-net-dev librsvg-dev libsdl-pango-dev wget"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 ./configure $CONFIGURE_ARGS &&
22 make &&
23 make install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 mkdir -p $fs/usr/lib $fs/usr/share
30 cp -a $install/usr/lib/*so* $fs/usr/lib
31 cp -ar $install/usr/share/* $fs/usr/share
32 }