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