wok-stable view nagvis-doc/receipt @ rev 10728

Fixed all sourced slitaz-dev-tools receipts. The way cook works is it keeps the .hg folder when downloading mecurial sources. By downloading the $VERSION.tar.bz2 and renaming it $SOURCE-$VERSION.tar.bz2 we don't keep the .hg folder in source tarball. Repos will be backup on source dvd anyway so this does save a little bit of space.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat May 28 21:18:14 2011 +0000 (2011-05-28)
parents 8790ebe535f1
children
line source
1 # SliTaz package receipt.
3 PACKAGE="nagvis-doc"
4 VERSION="1.5.7"
5 CATEGORY="network"
6 SHORT_DESC="Nagvis documentation and licence"
7 MAINTAINER="erjo@slitaz.org"
8 WEB_SITE="http://www.nagvis.org/"
9 DEPENDS="nagvis"
10 WANTED="nagvis"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/share/doc/nagvis \
16 $fs/usr/share/nagvis
18 # Copy doc and licence
19 cp -a $src/INSTALL $fs/usr/share/doc/nagvis
20 cp -a $src/LICENCE $fs/usr/share/doc/nagvis
21 cp -a $src/README $fs/usr/share/doc/nagvis
22 cp -a $src/ChangeLog $fs/usr/share/doc/nagvis
23 cp -pa $src/docs $fs/usr/share/nagvis
24 }