wok-6.x diff py3k-dbus/receipt @ rev 24542

updated fcron (3.2.1 -> 3.3.1)
author Hans-G?nter Theisgen
date Thu Feb 24 14:25:23 2022 +0100 (2022-02-24)
parents
children b9659e3c2111
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/py3k-dbus/receipt	Thu Feb 24 14:25:23 2022 +0100
     1.3 @@ -0,0 +1,34 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="py3k-dbus"
     1.7 +VERSION="1.2.18"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="Python3 bindings for dbus."
    1.10 +MAINTAINER="maintainer@slitaz.org"
    1.11 +LICENSE="MIT"
    1.12 +WEB_SITE="https://www.freedesktop.org/wiki/Software/DBusBindings/"
    1.13 +REPOLOGY="python:dbus-python"
    1.14 +
    1.15 +SOURCE="dbus-python"
    1.16 +TARBALL="$SOURCE-$VERSION.tar.gz"
    1.17 +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
    1.18 +
    1.19 +DEPENDS="py3k"
    1.20 +BUILD_DEPENDS="dbus-dev py3k-dev"
    1.21 +
    1.22 +# Rules to configure and make the package.
    1.23 +compile_rules()
    1.24 +{
    1.25 +	python3 setup.py build &&
    1.26 +	./configure		\
    1.27 +		$CONFIGURE_ARGS &&
    1.28 +	make &&
    1.29 +	python3 setup.py install --skip-build --root=$DESTDIR &&
    1.30 +	make install DESTDIR=$DESTDIR
    1.31 +}
    1.32 +
    1.33 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.34 +genpkg_rules()
    1.35 +{
    1.36 +	cook_copy_folders	lib
    1.37 +}