wok-undigest view brasero/receipt @ rev 298

billardgl: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jun 07 16:00:52 2011 +0200 (2011-06-07)
parents 2cecc1aa638e
children af5daca26b9a
line source
1 # SliTaz package receipt.
3 PACKAGE="brasero"
4 VERSION="2.30.0"
5 CATEGORY="utilities"
6 SHORT_DESC="Brasero (aka Bonfire) is yet another application to burn CD/DVD for the gnome desktop."
7 MAINTAINER="devl547@gmail.com"
8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
9 WEB_SITE="http://www.gnome.org/projects/brasero"
10 WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/$PACKAGE/2.30/$TARBALL"
11 BUILD_DEPENDS="glib-dev gtk+-dev GConf GConf-dev gstreamer-dev gst-plugins-base-dev libxml2-dev libunique-dev dbus-glib-dev gnome-doc-utils-dev libxcb-dev libpthread-stubs xcb-util-dev ORBit2-dev dbus-dev libcanberra-dev intltool gst-plugins-base libcanberra gnome-doc-utils libxml2-python"
12 DEPENDS="glib gtk+ GConf gstreamer gst-plugins-base libxml2 libunique dbus-glib cdrdao dvd+rw-tools libcanberra"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 ./configure \
19 --prefix=/usr \
20 --disable-schemas-install \
21 --disable-scrollkeeper \
22 --disable-caches \
23 --disable-gtk-doc-html \
24 --disable-nautilus \
25 --disable-gtk-doc \
26 --disable-search \
27 --disable-playlist &&
28 make &&
29 make DESTDIR=$PWD/_pkg install
30 }
32 # Rules to gen a SliTaz package suitable for Tazpkg.
33 genpkg_rules()
34 {
35 cp -a $_pkg/usr/bin $fs/usr
36 cp -a $_pkg/usr/share/applications $fs/usr/share/applications
37 }