wok-next view python-distutils-extra/receipt @ rev 20533

cairo-clock, grub4dos: fix CFLAGS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 27 12:50:45 2018 +0200 (2018-03-27)
parents 58d6577fec38
children 9b3461bf373c
line source
1 # SliTaz package receipt.
3 PACKAGE="python-distutils-extra"
4 VERSION="2.39"
5 CATEGORY="development"
6 SHORT_DESC="Add support for i18n, documentation and icons to distutils"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="https://launchpad.net/python-distutils-extra"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$WEB_SITE/trunk/$VERSION/+download/$TARBALL"
14 BUILD_DEPENDS="python"
16 compile_rules() {
17 python setup.py install \
18 --prefix=/usr \
19 --root=$install
20 }
22 genpkg_rules() {
23 copy @std
24 DEPENDS="python"
25 }