wok view ntop-dev/receipt @ rev 11749

Fix galculator desktop file and remove icon they is one in the new slitaz-icon
author Christophe Lincoln <pankso@slitaz.org>
date Wed Feb 22 02:56:59 2012 +0100 (2012-02-22)
parents f8f2b572363d
children 2b9f96603415
line source
1 # SliTaz package receipt.
3 PACKAGE="ntop-dev"
4 VERSION="4.1.0"
5 CATEGORY="development"
6 SHORT_DESC="Network traffic probe development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://www.ntop.org/"
9 WANTED="ntop"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/lib
15 cp -a $_pkg/usr/lib/*.a $fs/usr/lib
16 }