wok diff libt4k_common/receipt @ rev 11769

up midori (0.4.3) and added description
author Samuel Trassare <samuel_trassare@yahoo.com>
date Wed Feb 22 20:48:36 2012 -0800 (2012-02-22)
parents
children 3939cc1ce36d
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libt4k_common/receipt	Wed Feb 22 20:48:36 2012 -0800
     1.3 @@ -0,0 +1,34 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="libt4k_common"
     1.7 +VERSION="0.1.1"
     1.8 +CATEGORY="games"
     1.9 +SHORT_DESC="Common libraries for tux4kids games."
    1.10 +MAINTAINER="samuel_trassare@yahoo.com"
    1.11 +WEB_SITE="http://tux4kids.alioth.debian.org"
    1.12 +SOURCE="t4k_common"
    1.13 +TARBALL="$SOURCE-$VERSION.tar.gz"
    1.14 +WGET_URL="https://alioth.debian.org/frs/download.php/3540/$TARBALL"
    1.15 +
    1.16 +DEPENDS="libsdl libsdl-image libsdl-mixer libsdl-ttf libsdl-net librsvg \
    1.17 +libsdl-pango"
    1.18 +BUILD_DEPENDS="libsdl-dev libsdl-image-dev libsdl-mixer-dev libsdl-ttf-dev \
    1.19 +libsdl-net-dev librsvg-dev libsdl-pango-dev"
    1.20 +
    1.21 +# Rules to configure and make the package.
    1.22 +compile_rules()
    1.23 +{
    1.24 +	./configure \
    1.25 +		$CONFIGURE_ARGS && 
    1.26 +	make && 
    1.27 +	make install
    1.28 +}
    1.29 +
    1.30 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.31 +genpkg_rules()
    1.32 +{
    1.33 +	mkdir -p $fs/usr/lib \
    1.34 +		$fs/usr/share
    1.35 +	cp -a $install/usr/lib/*so* $fs/usr/lib
    1.36 +	cp -ar $install/usr/share/* $fs/usr/share
    1.37 +}