wok annotate libsvn/receipt @ rev 23749

updated xfsprogs (5.2.1 -> 5.6.0)
author Hans-G?nter Theisgen
date Fri May 01 15:39:32 2020 +0100 (2020-05-01)
parents c9bc237ebf2f
children f606a1532612
rev   line source
erjo@8709 1 # SliTaz package receipt.
erjo@8709 2
erjo@8709 3 PACKAGE="libsvn"
pascal@23681 4 VERSION="1.13.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 }