wok-current view econnman/receipt @ rev 19310
Up cacerts (20160512)
| author | Aleksej Bobylev <al.bobylev@gmail.com> | 
|---|---|
| date | Mon Jul 11 21:34:51 2016 +0300 (2016-07-11) | 
| parents | d3e76f1e0aee | 
| children | 86790a278e70 | 
 line source
     1 # SliTaz package receipt.
     3 PACKAGE="econnman"
     4 VERSION="1.0.0"
     5 CATEGORY="base-system"
     6 SHORT_DESC="ConnMan user interface for Enlightenment."
     7 MAINTAINER="domcox@slitaz.org"
     8 LICENSE="LGPL3"
     9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
    10 WEB_SITE="http://www.enlightenment.org/"
    11 WGET_URL="git|git://git.enlightenment.org/apps/$PACKAGE.git"
    12 TAGS="e enlightenment network"
    14 DEPENDS="connman python-elementary python-edbus python-ecore python-edje"
    15 BUILD_DEPENDS="python-elementary-dev python-edbus-dev
    16 git autoconf automake libtool"
    18 # Rules to configure and make the package.
    19 compile_rules()
    20 {
    21 	./autogen.sh &&
    22 	./configure --prefix=/usr &&
    23 	make && make DESTDIR="$install" install
    24 }
    26 # Rules to gen a SliTaz package suitable for Tazpkg.
    27 genpkg_rules()
    28 {
    29 	cp -a $install/* $fs
    30 }