wok-next rev 21571
updated cssc (1.4.0 -> 1.4.1)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Jun 22 16:52:21 2020 +0100 (2020-06-22) |
parents | 642c83fd46ae |
children | 90ba80f6e497 |
files | cssc/receipt |
line diff
1.1 --- a/cssc/receipt Mon Jun 22 16:47:02 2020 +0100 1.2 +++ b/cssc/receipt Mon Jun 22 16:52:21 2020 +0100 1.3 @@ -1,8 +1,9 @@ 1.4 # SliTaz package receipt v2. 1.5 1.6 PACKAGE="cssc" 1.7 -VERSION="1.4.0" 1.8 +VERSION="1.4.1" 1.9 CATEGORY="development" 1.10 +TAGS="rcs sccs version-control versioning" 1.11 SHORT_DESC="GNU compatibly stupid source control: CSSC" 1.12 MAINTAINER="pascal.bellard@slitaz.org" 1.13 LICENSE="GPL3" 1.14 @@ -11,16 +12,17 @@ 1.15 TARBALL="CSSC-$VERSION.tar.gz" 1.16 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" 1.17 1.18 -compile_rules() { 1.19 - ./configure \ 1.20 - --libexecdir=/usr/lib/$PACKAGE \ 1.21 +compile_rules() 1.22 +{ 1.23 + ./configure \ 1.24 + --libexecdir=/usr/lib/$PACKAGE \ 1.25 $CONFIGURE_ARGS && 1.26 fix libtool && 1.27 make && 1.28 make DESTDIR=$install install 1.29 } 1.30 1.31 -genpkg_rules() { 1.32 +genpkg_rules() 1.33 +{ 1.34 copy @std 1.35 - TAGS="rcs sccs version-control versioning" 1.36 }