wok view matchbox-panel/receipt @ rev 18512

wxWidgets: up(3.0.2)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Oct 24 04:19:35 2015 +0300 (2015-10-24)
parents 17e313b5b9c1
children 241fb98cab1c
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/${VERSION%.*}/$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 export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lm"
20 #--enable-small-icons
21 #--enable-acpi-linux
22 ./configure \
23 $CONFIGURE_ARGS &&
24 make && make install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 mkdir -p $fs/usr/share
31 cp -a $install/usr/bin $fs/usr
32 cp -a $install/usr/share/applications $fs/usr/share
33 cp -a $install/usr/share/pixmaps $fs/usr/share
34 }