wok-current view snimpy/receipt @ rev 18921
slitaz-i18n: remove files common to glibc-base from locale-* packages
glibc-extra-samba: 100% common to glibc-base; to remove?
glibc-extra-samba: 100% common to glibc-base; to remove?
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Wed Feb 24 22:42:08 2016 +0200 (2016-02-24) |
parents | 3558da055187 |
children | 5f46a341be86 |
line source
1 # SliTaz package receipt.
3 PACKAGE="snimpy"
4 VERSION="0.8.3"
5 CATEGORY="network"
6 SHORT_DESC="Interactive SNMP tool with Python."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="ISC"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://snimpy.readthedocs.org/"
11 WGET_URL="https://github.com/vincentbernat/snimpy/archive/$VERSION.tar.gz"
13 DEPENDS="python"
14 BUILD_DEPENDS="wget python-dev setuptools libffi-dev glib"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 python setup.py build &&
20 python setup.py install --root=$DESTDIR
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr
27 cp -a $install/usr/bin $fs/usr
28 cp -a $install/usr/lib $fs/usr
29 }