wok view matchbox-panel-manager/receipt @ rev 15039

Up kmod (14)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Aug 12 13:23:00 2013 +0000 (2013-08-12)
parents
children 1ae5963f23df
line source
1 # SliTaz package receipt.
3 PACKAGE="matchbox-panel-manager"
4 VERSION="0.1"
5 CATEGORY="x-window"
6 SHORT_DESC="Matchbox Panel Manager."
7 MAINTAINER="pankso@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
9 WEB_SITE="http://matchbox-project.org/"
10 WGET_URL="${WEB_SITE}sources/$PACKAGE/0.1/$TARBALL"
12 DEPENDS="gtk+ matchbox-panel"
13 BUILD_DEPENDS="gtk+-dev"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 ./configure $CONFIGURE_ARGS &&
20 make && make install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr
27 cp -a $install/usr/bin $fs/usr
28 cp -a $install/usr/share $fs/usr
29 }