wok-6.x view suplemon/receipt @ rev 19194
Add: EtherApe. A graphical network monitor for SliTaz.
author | Leonardo Laporte <hackdorte@sapo.pt> |
---|---|
date | Mon Jun 06 09:08:05 2016 -0300 (2016-06-06) |
parents | 4e0ee291f926 |
children | 41542ac05d8e |
line source
1 # SliTaz package receipt.
3 PACKAGE="suplemon"
4 VERSION="22012016"
5 CATEGORY="utilities"
6 SHORT_DESC="Console text editor with multi cursor support."
7 MAINTAINER="paul@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://github.com/richrd/suplemon"
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WGET_URL="git|git://github.com/richrd/suplemon"
13 DEPENDS="py3k"
14 BUILD_DEPENDS="py3k-dev git bzip2"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 python3 setup.py install --root=$DESTDIR
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir $fs
26 cp -a $install/usr $fs
27 }