wok-6.x annotate connman-ui/receipt @ rev 16322
connman-ui, kqoauth, qxmpp, ympd: fix version
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Apr 10 09:53:47 2014 +0000 (2014-04-10) |
parents | ce9148142ee8 |
children | 62ba0c4b1135 |
rev | line source |
---|---|
pascal@15721 | 1 # SliTaz package receipt. |
pascal@15721 | 2 |
pascal@15721 | 3 PACKAGE="connman-ui" |
pascal@16322 | 4 GITHASH="e4a8ddcca0870eb2ece5a7e3ea0296de9c86e5b2" |
pascal@16322 | 5 VERSION=${GITHASH:0:7} |
pascal@15721 | 6 CATEGORY="network" |
pascal@15721 | 7 SHORT_DESC="A full-featured GTK based trayicon UI for ConnMan" |
pascal@15721 | 8 MAINTAINER="domcox@slitaz.org" |
pascal@15721 | 9 LICENSE="GPL2" |
pascal@15721 | 10 WEB_SITE="http://github.com/tbursztyka/connman-ui" |
pascal@15721 | 11 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
pascal@16322 | 12 WGET_URL="https://github.com/tbursztyka/$PACKAGE/tarball/$GITHASH" |
pascal@15721 | 13 |
pascal@15721 | 14 DEPENDS="connman dbus gtk+3" |
pascal@16322 | 15 BUILD_DEPENDS="wget autoconf automake libtool connman-dev gtk+3-dev dbus-dev \ |
pascal@15721 | 16 libxml2-dev" |
pascal@15721 | 17 |
pascal@15721 | 18 # Rules to configure and make the package. |
pascal@15721 | 19 compile_rules() |
pascal@15721 | 20 { |
pascal@15721 | 21 ./autogen.sh && |
pascal@15721 | 22 ./configure $CONFIGURE_ARGS && |
pascal@15721 | 23 # remove Exite menu |
pascal@15721 | 24 cp -a $stuff/right_menu.ui $src/data/ui && |
pascal@15721 | 25 # change some icons |
pascal@15721 | 26 cp -a $stuff/icons/*.png $src/data/icons && |
pascal@15721 | 27 make && |
pascal@15721 | 28 make DESTDIR=$DESTDIR install |
pascal@15721 | 29 } |
pascal@15721 | 30 |
pascal@15721 | 31 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@15721 | 32 genpkg_rules() |
pascal@15721 | 33 { |
pascal@15721 | 34 cp -a $install/* $fs |
pascal@15721 | 35 } |