SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "libt4k_common"

# SliTaz package receipt.

PACKAGE="libt4k_common"
VERSION="0.1.1"
CATEGORY="games"
SHORT_DESC="Common libraries for tux4kids games."
MAINTAINER="samuel_trassare@yahoo.com"
WEB_SITE="http://tux4kids.alioth.debian.org"
SOURCE="t4k_common"
TARBALL="$SOURCE-$VERSION.tar.gz"
WGET_URL="https://alioth.debian.org/frs/download.php/3540/$TARBALL"

DEPENDS="libsdl libsdl-image libsdl-mixer libsdl-ttf libsdl-net librsvg \
libsdl-pango"
BUILD_DEPENDS="libsdl-dev libsdl-image-dev libsdl-mixer-dev libsdl-ttf-dev \
libsdl-net-dev librsvg-dev libsdl-pango-dev wget"

# Rules to configure and make the package.
compile_rules()
{
    ./configure $CONFIGURE_ARGS &&
    make &&
    make install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr/lib $fs/usr/share
    cp -a $install/usr/lib/*so* $fs/usr/lib
    cp -ar $install/usr/share/* $fs/usr/share
}
3382 packages and 430813 files in stable database (Mon Mar 4 17:53:49 2019)