wok-undigest rev 97

Add libcanberra and brasero (please fix)
author Alexander Medvedev <devl547@gmail.com>
date Mon May 03 13:46:43 2010 +0000 (2010-05-03)
parents 9da4d55be7a7
children 9f13c7a16caf
files brasero/receipt libcanberra-dev/receipt libcanberra/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/brasero/receipt	Mon May 03 13:46:43 2010 +0000
     1.3 @@ -0,0 +1,30 @@
     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 +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"
    1.15 +DEPENDS="glib gtk+ GConf gstreamer gst-plugins-base libxml2 libunique dbus-glib cdrdao dvd+rw-tools libcanberra"
    1.16 +
    1.17 +# Rules to configure and make the package.
    1.18 +compile_rules()
    1.19 +{
    1.20 +	cd $src
    1.21 +	./configure --prefix=/usr --disable-schemas-install --disable-scrollkeeper \
    1.22 +	--disable-caches --disable-dependency-tracking --disable-gtk-doc-html \
    1.23 +	--disable-nautilus --disable-gtk-doc --disable-search --disable-playlist &&
    1.24 +	make &&
    1.25 +	make DESTDIR=$PWD/_pkg install
    1.26 +}
    1.27 +
    1.28 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.29 +genpkg_rules()
    1.30 +{
    1.31 +	cp -a $_pkg/usr/bin $fs/usr
    1.32 +	cp -a $_pkg/usr/share/applications $fs/usr/share/applications
    1.33 +}
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/libcanberra-dev/receipt	Mon May 03 13:46:43 2010 +0000
     2.3 @@ -0,0 +1,20 @@
     2.4 +# SliTaz package receipt.
     2.5 +
     2.6 +PACKAGE="libcanberra-dev"
     2.7 +VERSION="0.24"
     2.8 +CATEGORY="development"
     2.9 +SHORT_DESC="Portable Sound Event Library"
    2.10 +MAINTAINER="devl547@gmail.com"
    2.11 +WEB_SITE="http://0pointer.de/lennart/projects/libcanberra/"
    2.12 +WANTED="libcanberra"
    2.13 +
    2.14 +# Rules to gen a SliTaz package suitable for Tazpkg.
    2.15 +genpkg_rules()
    2.16 +{
    2.17 +	mkdir -p $fs/usr/lib
    2.18 +	cp -a $_pkg/usr/lib/*a $fs/usr/lib
    2.19 +	cp -a $_pkg/usr/include $fs/usr
    2.20 +	cp -a $_pkg/usr/share $fs/usr
    2.21 +	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    2.22 +}
    2.23 +
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/libcanberra/receipt	Mon May 03 13:46:43 2010 +0000
     3.3 @@ -0,0 +1,28 @@
     3.4 +# SliTaz package receipt.
     3.5 +
     3.6 +PACKAGE="libcanberra"
     3.7 +VERSION="0.24"
     3.8 +CATEGORY="development"
     3.9 +SHORT_DESC="Portable Sound Event Library"
    3.10 +MAINTAINER="devl547@gmail.com"
    3.11 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    3.12 +WEB_SITE="http://0pointer.de/lennart/projects/libcanberra/"
    3.13 +WGET_URL="$WEB_SITE/$TARBALL"
    3.14 +BUILD_DEPENDS="libvorbis-dev libogg-dev gstreamer"
    3.15 +
    3.16 +# Rules to configure and make the package.
    3.17 +compile_rules()
    3.18 +{
    3.19 +	cd $src
    3.20 +	./configure --prefix=/usr --infodir=/usr/share/info \
    3.21 +	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    3.22 +	make &&
    3.23 +	make DESTDIR=$PWD/_pkg install
    3.24 +}
    3.25 +
    3.26 +# Rules to gen a SliTaz package suitable for Tazpkg.
    3.27 +genpkg_rules()
    3.28 +{
    3.29 +	mkdir -p $fs/usr/lib
    3.30 +	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    3.31 +}