wok-current view ntop-dev/receipt @ rev 4793
cyrus-sasl: Add libsasl and libsasl-modules file list.
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Sat Jan 16 23:30:05 2010 +0100 (2010-01-16) |
parents | |
children | f8f2b572363d |
line source
1 # SliTaz package receipt.
3 PACKAGE="ntop-dev"
4 VERSION="3.3.7"
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 }