SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "oxine"

# SliTaz package receipt.

PACKAGE="oxine"
VERSION="0.7.1"
CATEGORY="multimedia"
SHORT_DESC="oxine is a lightweight, purely osd based xine frontend for set-top boxes and home entertainment systems."
MAINTAINER="devl547@gmail.com"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WEB_SITE="http://oxine.sourceforge.net/"
WGET_URL="http://downloads.sourceforge.net/project/$PACKAGE/$PACKAGE/$VERSION/$TARBALL"
BUILD_DEPENDS="libcdio-dev xine-lib-dev curl-dev"
DEPENDS="libcdio xine-lib curl"

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

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