wok annotate freetuxtv/receipt @ rev 14053

Add freetuxtv
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 19 18:35:30 2013 +0100 (2013-02-19)
parents
children 039634f2769c
rev   line source
pascal@14053 1 # SliTaz package receipt.
pascal@14053 2
pascal@14053 3 PACKAGE="freetuxtv"
pascal@14053 4 VERSION="0.6.5"
pascal@14053 5 CATEGORY="network"
pascal@14053 6 SHORT_DESC="FreetuxTV is a free GTK+ WebTV and Web Radio player for Linux."
pascal@14053 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@14053 8 WEB_SITE="http://code.google.com/p/freetuxtv/"
pascal@14053 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@14053 10 WGET_URL="http://freetuxtv.googlecode.com/files/$TARBALL"
pascal@14053 11
pascal@14053 12 DEPENDS="gtk+ glib dbus-glib libsqlite libvlc libcurl libnotify"
pascal@14053 13 BUILD_DEPENDS="gtk+-dev glib-dev dbus-glib-dev libsqlite sqlite-dev \
pascal@14053 14 libvlc-dev libvlc curl-dev libnotify-dev intltool"
pascal@14053 15
pascal@14053 16 # Rules to configure and make the package.
pascal@14053 17 compile_rules()
pascal@14053 18 {
pascal@14053 19 cd $src
pascal@14053 20 ./configure --prefix=/usr --infodir=/usr/share/info \
pascal@14053 21 --mandir=/usr/share/man \
pascal@14053 22 --sysconfdir=/etc \
pascal@14053 23 $CONFIGURE_ARGS &&
pascal@14053 24 make &&
pascal@14053 25 make DESTDIR=$DESTDIR install
pascal@14053 26 }
pascal@14053 27
pascal@14053 28 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@14053 29 genpkg_rules()
pascal@14053 30 {
pascal@14053 31 cp -a $install/* $fs
pascal@14053 32 }