wok view cvs-contrib/receipt @ rev 13150

get-flash-plugin: be busybox/sed compatible
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 11 11:13:01 2012 +0200 (2012-07-11)
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 }