wok-next annotate ntop-dev/receipt @ rev 13656

Fixed deadbeef's APE support and put the documentation (used in program) at the right place
author Brenton Scott <admin@trixarian.net>
date Tue Nov 20 13:57:37 2012 +0200 (2012-11-20)
parents f8f2b572363d
children 2b9f96603415
rev   line source
erjo@1463 1 # SliTaz package receipt.
erjo@1463 2
erjo@1463 3 PACKAGE="ntop-dev"
erjo@11453 4 VERSION="4.1.0"
erjo@1463 5 CATEGORY="development"
erjo@1463 6 SHORT_DESC="Network traffic probe development files."
erjo@1463 7 MAINTAINER="pascal.bellard@slitaz.org"
erjo@1463 8 WEB_SITE="http://www.ntop.org/"
erjo@1463 9 WANTED="ntop"
erjo@1463 10
erjo@1463 11 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@1463 12 genpkg_rules()
erjo@1463 13 {
erjo@1463 14 mkdir -p $fs/usr/lib
erjo@1463 15 cp -a $_pkg/usr/lib/*.a $fs/usr/lib
erjo@1463 16 }
erjo@1463 17