wok annotate python-edbus/receipt @ rev 25347
updated tcl and tcl-dev (8.6.10 -> 8.6.12)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Jul 25 09:37:49 2022 +0100 (2022-07-25) |
parents | d37d15244372 |
children | b8195d50d79f |
rev | line source |
---|---|
domcox@14418 | 1 # SliTaz package receipt. |
domcox@14418 | 2 |
domcox@14418 | 3 PACKAGE="python-edbus" |
pascal@14706 | 4 VERSION="1.7.0" |
domcox@14418 | 5 CATEGORY="base-system" |
domcox@14418 | 6 SHORT_DESC="Python bindings for edbus" |
domcox@14418 | 7 MAINTAINER="domcox@slitaz.org" |
pascal@14995 | 8 LICENSE="LGPL2.1" |
domcox@14418 | 9 SOURCE="python-e_dbus" |
pascal@14428 | 10 TARBALL="$SOURCE-$VERSION.tar.bz2" |
pascal@20421 | 11 WEB_SITE="https://www.enlightenment.org/" |
pascal@25023 | 12 WGET_URL="https://pypi.python.org/packages/source/p/$PACKAGE/$TARBALL" |
domcox@14690 | 13 TAGS="e enlightenment python" |
domcox@14418 | 14 |
domcox@14418 | 15 DEPENDS="edbus dbus-python dbus-helper" |
domcox@14418 | 16 BUILD_DEPENDS="edbus-dev python-dev dbus-python-dev python-cython dbus-helper |
pascal@20585 | 17 autoconf automake git subversion libtool file" |
domcox@14418 | 18 |
domcox@14418 | 19 # Rules to configure and make the package. |
domcox@14418 | 20 compile_rules() |
domcox@14418 | 21 { |
domcox@14418 | 22 ./autogen.sh && |
domcox@14418 | 23 ./configure --prefix=/usr && |
domcox@14690 | 24 make $MAKEFLAGS all && make install |
domcox@14418 | 25 } |
domcox@14418 | 26 |
domcox@14418 | 27 # Rules to gen a SliTaz package suitable for Tazpkg. |
domcox@14418 | 28 genpkg_rules() |
domcox@14418 | 29 { |
domcox@14418 | 30 mkdir -p $fs/usr/lib |
domcox@14418 | 31 cp -a $install/usr/lib/python2.7 $fs/usr/lib |
domcox@14418 | 32 } |