wok annotate 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
rev   line source
pascal@11557 1 # SliTaz package receipt.
pascal@11557 2
pascal@11557 3 PACKAGE="matchbox-panel-2"
pascal@11557 4 VERSION="2111"
pascal@11557 5 CATEGORY="x-window"
pascal@11557 6 SHORT_DESC="Matchbox panel v2."
pascal@11557 7 MAINTAINER="pankso@slitaz.org"
pascal@15000 8 LICENSE="GPL2"
pascal@11557 9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@11557 10 WEB_SITE="http://matchbox-project.org/"
pascal@13146 11 #WGET_URL="svn|http://svn.o-hand.com/repos/matchbox/trunk/$PACKAGE"
pascal@13146 12 WGET_URL="http://mirror.slitaz.org/sources/packages/${PACKAGE:0:1}/$TARBALL"
pascal@11557 13 BRANCH="$VERSION"
pascal@11557 14
pankso@12481 15 DEPENDS="gtk+ dbus dbus-glib util-linux-uuid"
pascal@13146 16 BUILD_DEPENDS="gtk+-dev dbus-dev dbus-glib-dev util-linux-uuid-dev subversion \
pascal@13146 17 autoconf automake libtool"
pascal@11557 18
pascal@11557 19 # Rules to configure and make the package.
pascal@11557 20 compile_rules()
pascal@11557 21 {
pascal@11557 22 cd $src
pascal@11557 23 ./autogen.sh \
pascal@11557 24 --disable-startup-notification \
pascal@11557 25 $CONFIGURE_ARGS &&
pascal@11557 26 make && make install
pascal@11557 27 }
pascal@11557 28
pascal@11557 29 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@11557 30 genpkg_rules()
pascal@11557 31 {
pascal@11557 32 mkdir -p $fs/usr/lib/matchbox-panel
pascal@11557 33 cp -a $install/usr/bin $fs/usr
pascal@11557 34 cp -a $install/usr/lib/matchbox-panel/*.so \
pascal@11557 35 $fs/usr/lib/matchbox-panel
pascal@11557 36 cp -a $install/usr/share $fs/usr
pascal@11557 37 }