wok-current view econnman/receipt @ rev 22835
modified get-flash-plugin
| author | Hans-Günter Theisgen | 
|---|---|
| date | Mon Feb 10 10:39:19 2020 +0100 (2020-02-10) | 
| parents | 86790a278e70 | 
| children | b78e79c31b1f | 
 line source
     1 # SliTaz package receipt.
     3 PACKAGE="econnman"
     4 VERSION="1.1"
     5 CATEGORY="base-system"
     6 TAGS="e enlightenment network"
     7 SHORT_DESC="ConnMan user interface for Enlightenment."
     8 MAINTAINER="domcox@slitaz.org"
     9 LICENSE="LGPL3"
    10 WEB_SITE="https://www.enlightenment.org/"
    12 TARBALL="$PACKAGE-$VERSION.tar.xz"
    13 WGET_URL="https://download.enlightenment.org/rel/apps/$PACKAGE/$TARBALL"
    15 DEPENDS="connman python-ecore python-edbus python-edje python-elementary"
    16 BUILD_DEPENDS="autoconf automake libtool python-edbus-dev python-elementary-dev"
    18 # Rules to configure and make the package.
    19 compile_rules()
    20 {
    21 	./autogen.sh &&
    22 	./configure --prefix=/usr &&
    23 	make &&
    24 	make DESTDIR="$install" install
    25 }
    27 # Rules to gen a SliTaz package suitable for Tazpkg.
    28 genpkg_rules()
    29 {
    30 	cp -a $install/*	$fs
    31 }