wok view cvs-contrib/receipt @ rev 10273
util-linux-ng: fix wget url (did you test and build your upadates ???)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat May 21 20:31:32 2011 +0200 (2011-05-21) |
parents | 50d8116fc2c0 |
children | eb8067417980 |
line source
1 # SliTaz package receipt.
3 PACKAGE="cvs-contrib"
4 VERSION="1.11.23"
5 CATEGORY="development"
6 SHORT_DESC="CVS contrib utilities"
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="libcomerr libcrypto libkrb5"
9 WANTED="cvs"
10 WEB_SITE="http://ximbiot.com/cvs/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/share
16 cp -a $_pkg/usr/share/cvs $fs/usr/share
18 rm -f $fs/usr/share/cvs/contrib/intro.doc
19 }