wok view matchbox-panel/receipt @ rev 16861

Up cairo cairo-dev cairo-gl cairo-gl-dev (1.12.10)
author Yuri Pourre <yuripourre@gmail.com>
date Sun Jul 13 04:02:46 2014 -0300 (2014-07-13)
parents 1ae5963f23df
children 17e313b5b9c1
line source
1 # SliTaz package receipt.
3 PACKAGE="matchbox-panel"
4 VERSION="0.9.3"
5 CATEGORY="x-window"
6 SHORT_DESC="Matchbox panel."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WEB_SITE="http://matchbox-project.org/"
11 WGET_URL="${WEB_SITE}sources/$PACKAGE/0.9/$TARBALL"
13 DEPENDS="gtk+ startup-notification libmatchbox wireless_tools"
14 BUILD_DEPENDS="gtk+-dev startup-notification-dev libmatchbox-dev wireless_tools-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 export LDFLAGS="-Wl,--copy-dt-needed-entries -lm"
21 #--enable-small-icons
22 #--enable-acpi-linux
23 ./configure \
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/share
32 cp -a $install/usr/bin $fs/usr
33 cp -a $install/usr/share/applications $fs/usr/share
34 cp -a $install/usr/share/pixmaps $fs/usr/share
35 }