wok-next annotate oxine/receipt @ rev 13318
octave: update deps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Aug 31 08:57:15 2012 +0200 (2012-08-31) |
parents | |
children | 380ffe05937a |
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@11226 | 8 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pascal@11226 | 9 WEB_SITE="http://oxine.sourceforge.net/" |
pascal@11226 | 10 WGET_URL="http://downloads.sourceforge.net/project/$PACKAGE/$PACKAGE/$VERSION/$TARBALL" |
pascal@11226 | 11 BUILD_DEPENDS="libcdio-dev xine-lib-dev curl-dev" |
pascal@11226 | 12 DEPENDS="libcdio xine-lib curl" |
pascal@11226 | 13 |
pascal@11226 | 14 # Rules to configure and make the package. |
pascal@11226 | 15 compile_rules() |
pascal@11226 | 16 { |
pascal@11226 | 17 cd $src |
pascal@11226 | 18 ./configure $CONFIGURE_ARGS && |
pascal@11226 | 19 make && make install |
pascal@11226 | 20 } |
pascal@11226 | 21 |
pascal@11226 | 22 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@11226 | 23 genpkg_rules() |
pascal@11226 | 24 { |
pascal@11226 | 25 mkdir -p $fs/usr/ |
pascal@11226 | 26 cp -a $install/usr/bin $fs/usr |
pascal@11226 | 27 cp -a $install/usr/share/ $fs/usr |
pascal@11226 | 28 } |