wok-current diff gecko-mediaplayer/receipt @ rev 3158
linux (wireless): add iwl3945
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun May 24 19:45:39 2009 +0200 (2009-05-24) |
parents | |
children | 77070ef5bae8 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/gecko-mediaplayer/receipt Sun May 24 19:45:39 2009 +0200 1.3 @@ -0,0 +1,32 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="gecko-mediaplayer" 1.7 +VERSION="0.9.5" 1.8 +CATEGORY="multimedia" 1.9 +SHORT_DESC="Browser plugin that uses gnome-mplayer to play media in a web browser" 1.10 +MAINTAINER="jozee@slitaz.org" 1.11 +DEPENDS="gnome-mplayer dbus-glib" 1.12 +BUILD_DEPENDS="firefox-dev dbus-glib-dev" 1.13 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 +WEB_SITE="http://code.google.com/p/gecko-mediaplayer/" 1.15 +WGET_URL="http://gecko-mediaplayer.googlecode.com/files/$TARBALL" 1.16 +TAGS="player audio video browser" 1.17 + 1.18 +# Rules to configure and make the package. 1.19 +compile_rules() 1.20 +{ 1.21 + cd $src 1.22 + ./configure --prefix=/usr --sysconfdir=/etc \ 1.23 + --disable-schemas-install --without-gconf && 1.24 + make && 1.25 + make DESTDIR=$PWD/_pkg install 1.26 + 1.27 +} 1.28 + 1.29 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.30 +genpkg_rules() 1.31 +{ 1.32 + mkdir -p $fs/usr/lib 1.33 + cp -a $_pkg/usr/lib/mozilla $fs/usr/lib 1.34 + 1.35 +}