wok view oxine/receipt @ rev 12034

Add: perl-file-listing
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Wed Mar 07 01:22:53 2012 +0100 (2012-03-07)
parents
children 380ffe05937a
line source
1 # SliTaz package receipt.
3 PACKAGE="oxine"
4 VERSION="0.7.1"
5 CATEGORY="multimedia"
6 SHORT_DESC="oxine is a lightweight, purely osd based xine frontend for set-top boxes and home entertainment systems."
7 MAINTAINER="devl547@gmail.com"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://oxine.sourceforge.net/"
10 WGET_URL="http://downloads.sourceforge.net/project/$PACKAGE/$PACKAGE/$VERSION/$TARBALL"
11 BUILD_DEPENDS="libcdio-dev xine-lib-dev curl-dev"
12 DEPENDS="libcdio xine-lib curl"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 ./configure $CONFIGURE_ARGS &&
19 make && make install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/
26 cp -a $install/usr/bin $fs/usr
27 cp -a $install/usr/share/ $fs/usr
28 }