wok view python-ipy/receipt @ rev 8639

Up: slitaz-menus to 1.8. Added Education directory for menu. Also add applications-engineering and applications-science icons from gnome-icon-theme. Both 16 and 32 sizes.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Feb 15 03:49:26 2011 +0000 (2011-02-15)
parents
children ad786a87b22e
line source
1 # SliTaz package receipt.
3 PACKAGE="python-ipy"
4 VERSION="0.63"
5 CATEGORY="development"
6 SHORT_DESC="Python class and tools for IPv4 and IPv6 addresses and networks."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 SOURCE="IPy"
9 TARBALL="$SOURCE-$VERSION.tar.gz"
10 WEB_SITE="http://software.inl.fr/trac/wiki/IPy"
11 WGET_URL="http://cheeseshop.python.org/packages/source/I/$SOURCE/$TARBALL"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 cd $src
17 python setup.py build
18 python setup.py install --root=$PWD/_pkg
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr
25 cp -a $_pkg/usr/lib $fs/usr
26 }