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

updated hostapd (2.6 -> 2.7)
author Hans-G?nter Theisgen
date Fri Jan 11 16:39:21 2019 +0100 (2019-01-11)
parents 874f028266fa
children 241fb98cab1c
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 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WEB_SITE="http://matchbox-project.org/"
11 #WGET_URL="svn|http://svn.o-hand.com/repos/matchbox/trunk/$PACKAGE"
12 WGET_URL="http://mirror.slitaz.org/sources/packages/${PACKAGE:0:1}/$TARBALL"
13 BRANCH="$VERSION"
15 DEPENDS="gtk+ dbus dbus-glib util-linux-uuid"
16 BUILD_DEPENDS="gtk+-dev dbus-dev dbus-glib-dev util-linux-uuid-dev subversion \
17 autoconf automake libtool"
19 # Rules to configure and make the package.
20 compile_rules()
21 {
22 cd $src
23 ./autogen.sh \
24 --disable-startup-notification \
25 $CONFIGURE_ARGS &&
26 make && make install
27 }
29 # Rules to gen a SliTaz package suitable for Tazpkg.
30 genpkg_rules()
31 {
32 mkdir -p $fs/usr/lib/matchbox-panel
33 cp -a $install/usr/bin $fs/usr
34 cp -a $install/usr/lib/matchbox-panel/*.so \
35 $fs/usr/lib/matchbox-panel
36 cp -a $install/usr/share $fs/usr
37 }