wok-6.x diff brasero/receipt @ rev 11918
abiword: removed extension from desktop file
author | Samuel Trassare <samuel_trassare@yahoo.com> |
---|---|
date | Wed Feb 29 14:43:42 2012 -0800 (2012-02-29) |
parents | |
children | c1613263eeab |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/brasero/receipt Wed Feb 29 14:43:42 2012 -0800 1.3 @@ -0,0 +1,43 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="brasero" 1.7 +VERSION="2.30.0" 1.8 +CATEGORY="utilities" 1.9 +SHORT_DESC="Brasero (aka Bonfire) is yet another application to burn CD/DVD for the gnome desktop." 1.10 +MAINTAINER="devl547@gmail.com" 1.11 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.12 +WEB_SITE="http://www.gnome.org/projects/brasero" 1.13 +WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/$PACKAGE/2.30/$TARBALL" 1.14 + 1.15 +DEPENDS="glib gtk+ GConf gstreamer gst-plugins-base libxml2 libunique \ 1.16 +dbus-glib cdrdao dvd+rw-tools libcanberra libvorbis libogg" 1.17 +BUILD_DEPENDS="glib-dev gtk+-dev GConf-dev gstreamer-dev gst-plugins-base-dev \ 1.18 +libxml2-dev libunique-dev dbus-glib-dev gnome-doc-utils-dev libxcb-dev \ 1.19 +libpthread-stubs xcb-util-dev ORBit2-dev dbus-dev libcanberra-dev \ 1.20 +gnome-doc-utils libxml2-python libvorbis-dev libogg-dev util-linux-ng-uuid-dev" 1.21 + 1.22 +# Rules to configure and make the package. 1.23 +compile_rules() 1.24 +{ 1.25 + cd $src 1.26 + ./configure \ 1.27 + --prefix=/usr \ 1.28 + --disable-schemas-install \ 1.29 + --disable-scrollkeeper \ 1.30 + --disable-caches \ 1.31 + --disable-gtk-doc-html \ 1.32 + --disable-nautilus \ 1.33 + --disable-gtk-doc \ 1.34 + --disable-search \ 1.35 + --disable-playlist && 1.36 + make && 1.37 + make DESTDIR=$PWD/_pkg install 1.38 +} 1.39 + 1.40 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.41 +genpkg_rules() 1.42 +{ 1.43 + mkdir -p $fs/usr/share 1.44 + cp -a $_pkg/usr/bin $fs/usr/ 1.45 + cp -a $_pkg/usr/share/applications $fs/usr/share/applications 1.46 +}