wok annotate econnman/receipt @ rev 19521

gst-libav: fix build
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Wed Nov 23 22:36:35 2016 +0100 (2016-11-23)
parents d3e76f1e0aee
children 86790a278e70
rev   line source
domcox@14435 1 # SliTaz package receipt.
domcox@14435 2
domcox@14435 3 PACKAGE="econnman"
domcox@14992 4 VERSION="1.0.0"
domcox@14435 5 CATEGORY="base-system"
domcox@14696 6 SHORT_DESC="ConnMan user interface for Enlightenment."
domcox@14435 7 MAINTAINER="domcox@slitaz.org"
pascal@14997 8 LICENSE="LGPL3"
domcox@14435 9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
domcox@14435 10 WEB_SITE="http://www.enlightenment.org/"
domcox@14709 11 WGET_URL="git|git://git.enlightenment.org/apps/$PACKAGE.git"
domcox@14435 12 TAGS="e enlightenment network"
domcox@14435 13
domcox@14446 14 DEPENDS="connman python-elementary python-edbus python-ecore python-edje"
domcox@14435 15 BUILD_DEPENDS="python-elementary-dev python-edbus-dev
domcox@14435 16 git autoconf automake libtool"
domcox@14435 17
domcox@14435 18 # Rules to configure and make the package.
domcox@14435 19 compile_rules()
domcox@14435 20 {
domcox@14435 21 ./autogen.sh &&
domcox@14435 22 ./configure --prefix=/usr &&
domcox@14435 23 make && make DESTDIR="$install" install
domcox@14435 24 }
domcox@14435 25
domcox@14435 26 # Rules to gen a SliTaz package suitable for Tazpkg.
domcox@14435 27 genpkg_rules()
domcox@14435 28 {
domcox@14435 29 cp -a $install/* $fs
domcox@14435 30 }