wok annotate oxine/receipt @ rev 18897

syslinux/isohybrid.exe add -r support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 14 22:06:06 2016 +0100 (2016-02-14)
parents ab72a4d08ed3
children 370da83187ab
rev   line source
pascal@11226 1 # SliTaz package receipt.
pascal@11226 2
pascal@11226 3 PACKAGE="oxine"
pascal@11226 4 VERSION="0.7.1"
pascal@11226 5 CATEGORY="multimedia"
pascal@11226 6 SHORT_DESC="oxine is a lightweight, purely osd based xine frontend for set-top boxes and home entertainment systems."
pascal@11226 7 MAINTAINER="devl547@gmail.com"
pascal@15000 8 LICENSE="GPL2"
pascal@11226 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@11226 10 WEB_SITE="http://oxine.sourceforge.net/"
pascal@11226 11 WGET_URL="http://downloads.sourceforge.net/project/$PACKAGE/$PACKAGE/$VERSION/$TARBALL"
pascal@11226 12 BUILD_DEPENDS="libcdio-dev xine-lib-dev curl-dev"
pascal@11226 13 DEPENDS="libcdio xine-lib curl"
pascal@11226 14
pascal@11226 15 # Rules to configure and make the package.
pascal@11226 16 compile_rules()
pascal@11226 17 {
pascal@11226 18 cd $src
pascal@11226 19 ./configure $CONFIGURE_ARGS &&
pascal@11226 20 make && make install
pascal@11226 21 }
pascal@11226 22
pascal@11226 23 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@11226 24 genpkg_rules()
pascal@11226 25 {
pascal@11226 26 mkdir -p $fs/usr/
pascal@11226 27 cp -a $install/usr/bin $fs/usr
pascal@11226 28 cp -a $install/usr/share/ $fs/usr
pascal@11226 29 }