wok view matchbox-panel-2/receipt @ rev 13741

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