wok-next rev 14053
Add freetuxtv
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Feb 19 18:35:30 2013 +0100 (2013-02-19) |
parents | 16f4dd902f09 |
children | 315d0dde6e3a |
files | freetuxtv/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/freetuxtv/receipt Tue Feb 19 18:35:30 2013 +0100 1.3 @@ -0,0 +1,32 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="freetuxtv" 1.7 +VERSION="0.6.5" 1.8 +CATEGORY="network" 1.9 +SHORT_DESC="FreetuxTV is a free GTK+ WebTV and Web Radio player for Linux." 1.10 +MAINTAINER="pascal.bellard@slitaz.org" 1.11 +WEB_SITE="http://code.google.com/p/freetuxtv/" 1.12 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.13 +WGET_URL="http://freetuxtv.googlecode.com/files/$TARBALL" 1.14 + 1.15 +DEPENDS="gtk+ glib dbus-glib libsqlite libvlc libcurl libnotify" 1.16 +BUILD_DEPENDS="gtk+-dev glib-dev dbus-glib-dev libsqlite sqlite-dev \ 1.17 +libvlc-dev libvlc curl-dev libnotify-dev intltool" 1.18 + 1.19 +# Rules to configure and make the package. 1.20 +compile_rules() 1.21 +{ 1.22 + cd $src 1.23 + ./configure --prefix=/usr --infodir=/usr/share/info \ 1.24 + --mandir=/usr/share/man \ 1.25 + --sysconfdir=/etc \ 1.26 + $CONFIGURE_ARGS && 1.27 + make && 1.28 + make DESTDIR=$DESTDIR install 1.29 +} 1.30 + 1.31 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.32 +genpkg_rules() 1.33 +{ 1.34 + cp -a $install/* $fs 1.35 +}