wok-undigest rev 1100

Add tv-maxe
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jan 11 22:47:38 2014 +0000 (2014-01-11)
parents 016ffa3127b6
children dbecbd5a84f6
files tv-maxe/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/tv-maxe/receipt	Sat Jan 11 22:47:38 2014 +0000
     1.3 @@ -0,0 +1,22 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="tv-maxe"
     1.7 +VERSION="0.09"
     1.8 +CATEGORY="network"
     1.9 +SHORT_DESC="Watch TV stations and listen radio via different streams."
    1.10 +MAINTAINER="pascal.bellard@slitaz.org"
    1.11 +LICENSE="GPL3"
    1.12 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.13 +WEB_SITE="http://code.google.com/p/tv-maxe/"
    1.14 +WGET_URL="http://tv-maxe.googlecode.com/files/$TARBALL"
    1.15 +
    1.16 +DEPENDS="python pygtk"
    1.17 +SUGGESTED="vlc mplayer gstreamer"
    1.18 +
    1.19 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.20 +genpkg_rules()
    1.21 +{
    1.22 +	mkdir -p $fs/usr/share $fs/usr/bin
    1.23 +	cp -a $src $fs/usr/share/tv-maxe
    1.24 +	mv $fs/usr/share/tv-maxe/tv-maxe $fs/usr/bin
    1.25 +}