wok-next view cssc/receipt @ rev 21578

updated davfs2 (1.5.4 -> 1.5.6)
author Hans-G?nter Theisgen
date Tue Jun 23 15:33:53 2020 +0100 (2020-06-23)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="cssc"
4 VERSION="1.4.1"
5 CATEGORY="development"
6 TAGS="rcs sccs version-control versioning"
7 SHORT_DESC="GNU compatibly stupid source control: CSSC"
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="GPL3"
10 WEB_SITE="http://www.gnu.org/software/cssc/"
12 TARBALL="CSSC-$VERSION.tar.gz"
13 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
15 compile_rules()
16 {
17 ./configure \
18 --libexecdir=/usr/lib/$PACKAGE \
19 $CONFIGURE_ARGS &&
20 fix libtool &&
21 make &&
22 make DESTDIR=$install install
23 }
25 genpkg_rules()
26 {
27 copy @std
28 }