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

Fix galculator desktop file and remove icon they is one in the new slitaz-icon
author Christophe Lincoln <pankso@slitaz.org>
date Wed Feb 22 02:56:59 2012 +0100 (2012-02-22)
parents
children 73641efed1cc
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@11557 10 WGET_URL="svn|http://svn.o-hand.com/repos/matchbox/trunk/$PACKAGE"
pascal@11557 11 BRANCH="$VERSION"
pascal@11557 12
pascal@11557 13 DEPENDS="gtk+ dbus dbus-glib util-linux-ng-uuid"
pascal@11557 14 BUILD_DEPENDS="gtk+-dev dbus-dev dbus-glib-dev util-linux-ng-uuid-dev subversion"
pascal@11557 15
pascal@11557 16 # Rules to configure and make the package.
pascal@11557 17 compile_rules()
pascal@11557 18 {
pascal@11557 19 cd $src
pascal@11557 20 ./autogen.sh \
pascal@11557 21 --disable-startup-notification \
pascal@11557 22 $CONFIGURE_ARGS &&
pascal@11557 23 make && make install
pascal@11557 24 }
pascal@11557 25
pascal@11557 26 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@11557 27 genpkg_rules()
pascal@11557 28 {
pascal@11557 29 mkdir -p $fs/usr/lib/matchbox-panel
pascal@11557 30 cp -a $install/usr/bin $fs/usr
pascal@11557 31 cp -a $install/usr/lib/matchbox-panel/*.so \
pascal@11557 32 $fs/usr/lib/matchbox-panel
pascal@11557 33 cp -a $install/usr/share $fs/usr
pascal@11557 34 }