wok view freetuxtv/receipt @ rev 17822

Up cups (2.0.2)
author Richard Dunbar <mojo@slitaz.org>
date Sun Mar 22 12:32:24 2015 -0400 (2015-03-22)
parents 039634f2769c
children 8dd8bab3f0ca
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 LICENSE="GPL3"
9 WEB_SITE="http://code.google.com/p/freetuxtv/"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="http://freetuxtv.googlecode.com/files/$TARBALL"
13 DEPENDS="gtk+ glib dbus-glib libsqlite libvlc libcurl libnotify"
14 BUILD_DEPENDS="gtk+-dev glib-dev dbus-glib-dev libsqlite sqlite-dev \
15 libvlc-dev libvlc curl-dev libnotify-dev intltool"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src
21 ./configure --prefix=/usr \
22 $CONFIGURE_ARGS &&
23 make &&
24 make DESTDIR=$DESTDIR install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 mkdir -p $fs/usr/share/applications
31 cp -a $install/* $fs
32 cp $stuff/freetuxtv.desktop $fs/usr/share/applications
33 }