wok diff fossil/description.txt @ rev 25333
updated subversion, subversion-dev and libsvn (1.13.0 -> 1.14.2)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Jul 23 15:37:19 2022 +0100 (2022-07-23) |
parents | 80f721de4db7 |
children |
line diff
1.1 --- a/fossil/description.txt Fri Feb 25 16:12:40 2022 +0100 1.2 +++ b/fossil/description.txt Sat Jul 23 15:37:19 2022 +0100 1.3 @@ -1,33 +1,2 @@ 1.4 -# SliTaz package receipt. 1.5 - 1.6 -PACKAGE="fossil" 1.7 -VERSION="2.18" 1.8 -CATEGORY="development" 1.9 -SHORT_DESC="Simple, high-reliability, distributed software configuration management." 1.10 -MAINTAINER="pascal.bellard@slitaz.org" 1.11 -LICENSE="BSD" 1.12 -WEB_SITE="https://www.fossil-scm.org/index.html" 1.13 - 1.14 -TARBALL="$PACKAGE-src-$VERSION.tar.gz" 1.15 -#WGET_URL="${WEB_SITE}download/$TARBALL" 1.16 -WGET_URL="${WEB_SITE}/uv/$TARBALL" 1.17 -WGET_URL="https://www.fossil-scm.org/home/tarball/version-$VERSION/$TARBALL" 1.18 - 1.19 -DEPENDS="libcrypto libssl zlib" 1.20 -BUILD_DEPENDS="fuse-dev openssl-dev zlib-dev" 1.21 - 1.22 -# Rules to configure and make the package. 1.23 -compile_rules() 1.24 -{ 1.25 - ./configure \ 1.26 - --prefix=/usr \ 1.27 - $CONFIGURE_ARGS && 1.28 - make && 1.29 - make install DESTDIR=$DESTDIR 1.30 -} 1.31 - 1.32 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.33 -genpkg_rules() 1.34 -{ 1.35 - cp -a $install/usr $fs 1.36 -} 1.37 +Fossil is a simple, high-reliability, distributed software 1.38 +configuration management system.