wok annotate matchbox-panel-2/receipt @ rev 13146

matchbox-panel-2: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jul 10 12:56:20 2012 +0200 (2012-07-10)
parents 73641efed1cc
children 380ffe05937a
rev   line source
pascal@11557 1 # SliTaz package receipt.
pascal@11557 2
pascal@11557 3 PACKAGE="matchbox-panel-2"
pascal@11557 4 VERSION="2111"
pascal@11557 5 CATEGORY="x-window"
pascal@11557 6 SHORT_DESC="Matchbox panel v2."
pascal@11557 7 MAINTAINER="pankso@slitaz.org"
pascal@11557 8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@11557 9 WEB_SITE="http://matchbox-project.org/"
pascal@13146 10 #WGET_URL="svn|http://svn.o-hand.com/repos/matchbox/trunk/$PACKAGE"
pascal@13146 11 WGET_URL="http://mirror.slitaz.org/sources/packages/${PACKAGE:0:1}/$TARBALL"
pascal@11557 12 BRANCH="$VERSION"
pascal@11557 13
pankso@12481 14 DEPENDS="gtk+ dbus dbus-glib util-linux-uuid"
pascal@13146 15 BUILD_DEPENDS="gtk+-dev dbus-dev dbus-glib-dev util-linux-uuid-dev subversion \
pascal@13146 16 autoconf automake libtool"
pascal@11557 17
pascal@11557 18 # Rules to configure and make the package.
pascal@11557 19 compile_rules()
pascal@11557 20 {
pascal@11557 21 cd $src
pascal@11557 22 ./autogen.sh \
pascal@11557 23 --disable-startup-notification \
pascal@11557 24 $CONFIGURE_ARGS &&
pascal@11557 25 make && make install
pascal@11557 26 }
pascal@11557 27
pascal@11557 28 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@11557 29 genpkg_rules()
pascal@11557 30 {
pascal@11557 31 mkdir -p $fs/usr/lib/matchbox-panel
pascal@11557 32 cp -a $install/usr/bin $fs/usr
pascal@11557 33 cp -a $install/usr/lib/matchbox-panel/*.so \
pascal@11557 34 $fs/usr/lib/matchbox-panel
pascal@11557 35 cp -a $install/usr/share $fs/usr
pascal@11557 36 }