wok view libsvn/receipt @ rev 22413
clamav 0.101.1 -> 0.101.2: fixes a few CVEs; new requirement: libcurl
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Sat Dec 14 19:36:12 2019 +0000 (2019-12-14) |
parents | 903156784651 |
children | 9be86beee5ec |
line source
1 # SliTaz package receipt.
3 PACKAGE="libsvn"
4 VERSION="1.12.2"
5 CATEGORY="system-tools"
6 SHORT_DESC="Subversion Source Code Management access"
7 MAINTAINER="lehswe@gmail.com"
8 LICENSE="Apache"
9 WANTED="subversion"
10 WEB_SITE="http://subversion.tigris.org"
12 DEPENDS="apr libsasl libssl libkrb5 util-linux-uuid expat zlib neon libsqlite \
13 libgnutls libcomerr libcomerr3"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/lib
19 cp -a $install/usr/lib/*.so* $fs/usr/lib
20 }