wok annotate connman-ui/receipt @ rev 15721

Move from undigest: bullet bullet-dev connman-ui cplay dconf dconf-dev dfc dnstop efl efl-dev evolution-data-server evolution-data-server-dev goaccess granite granite-dev granite-demo l3afpad ldm linmodem-hsfmodem marlin marlin-dev miniupnpd
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Dec 26 13:16:14 2013 +0000 (2013-12-26)
parents
children 55ae2a832163
rev   line source
pascal@15721 1 # SliTaz package receipt.
pascal@15721 2
pascal@15721 3 PACKAGE="connman-ui"
pascal@15721 4 VERSION="0.1-git"
pascal@15721 5 CATEGORY="network"
pascal@15721 6 SHORT_DESC="A full-featured GTK based trayicon UI for ConnMan"
pascal@15721 7 MAINTAINER="domcox@slitaz.org"
pascal@15721 8 LICENSE="GPL2"
pascal@15721 9 WEB_SITE="http://github.com/tbursztyka/connman-ui"
pascal@15721 10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@15721 11 WGET_URL="git|git://github.com/tbursztyka/$PACKAGE.git"
pascal@15721 12
pascal@15721 13 DEPENDS="connman dbus gtk+3"
pascal@15721 14 BUILD_DEPENDS="git autoconf automake libtool connman-dev gtk+3-dev dbus-dev \
pascal@15721 15 libxml2-dev"
pascal@15721 16
pascal@15721 17 # Rules to configure and make the package.
pascal@15721 18 compile_rules()
pascal@15721 19 {
pascal@15721 20 ./autogen.sh &&
pascal@15721 21 ./configure $CONFIGURE_ARGS &&
pascal@15721 22 # remove Exite menu
pascal@15721 23 cp -a $stuff/right_menu.ui $src/data/ui &&
pascal@15721 24 # change some icons
pascal@15721 25 cp -a $stuff/icons/*.png $src/data/icons &&
pascal@15721 26 make &&
pascal@15721 27 make DESTDIR=$DESTDIR install
pascal@15721 28 }
pascal@15721 29
pascal@15721 30 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@15721 31 genpkg_rules()
pascal@15721 32 {
pascal@15721 33 cp -a $install/* $fs
pascal@15721 34 }