wok annotate libsvn/receipt @ rev 20423

Update some web_site to https
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Aug 09 12:16:16 2018 +0200 (2018-08-09)
parents 90fa8e36dcc9
children c9bc237ebf2f
rev   line source
erjo@8709 1 # SliTaz package receipt.
erjo@8709 2
erjo@8709 3 PACKAGE="libsvn"
pascal@18267 4 VERSION="1.9.0"
erjo@8709 5 CATEGORY="system-tools"
erjo@8709 6 SHORT_DESC="Subversion Source Code Management access"
erjo@8709 7 MAINTAINER="lehswe@gmail.com"
pascal@15482 8 LICENSE="Apache"
pascal@15482 9 WANTED="subversion"
pascal@15482 10 WEB_SITE="http://subversion.tigris.org"
pascal@15482 11
pankso@12481 12 DEPENDS="apr libsasl libssl libkrb5 util-linux-uuid expat zlib neon libsqlite \
erjo@8737 13 libgnutls libcomerr libcomerr3"
erjo@8709 14
erjo@8709 15 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@8709 16 genpkg_rules()
erjo@8709 17 {
erjo@8709 18 mkdir -p $fs/usr/lib
slaxemulator@14628 19 cp -a $install/usr/lib/*.so* $fs/usr/lib
erjo@8709 20 }