wok-current view python-idle/receipt @ rev 18150
Up: pcmanfm,libfm(git), libtasn1(4.5)
to exclude builtin libtasn1 from libgnutls* , no more rebuilds needed
to exclude builtin libtasn1 from libgnutls* , no more rebuilds needed
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Fri Jun 19 19:56:46 2015 +0200 (2015-06-19) |
parents | 10baa41a7882 |
children | fb9df69f8567 |
line source
1 # SliTaz package receipt.
3 PACKAGE="python-idle"
4 VERSION="2.7.5"
5 CATEGORY="development"
6 SHORT_DESC="Python GUI IDE using TK Toolkit"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="PSL"
9 WEB_SITE="http://www.python.org/"
10 HOST_ARCH="i486 arm"
12 WANTED="python"
13 DEPENDS="python tcl tk"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/bin $fs/usr/lib/python2.7
19 cp -a $install/usr/bin/idle $fs/usr/bin
20 cp -a $install/usr/lib/python2.7/idlelib $fs/usr/lib/python2.7
21 }