wok view libsvn/receipt @ rev 25492

Up foomatic-db (4.0-20221117)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Nov 18 09:54:27 2022 +0000 (18 months ago)
parents 9be86beee5ec
children
line source
1 # SliTaz package receipt.
3 PACKAGE="libsvn"
4 VERSION="1.14.2"
5 CATEGORY="system-tools"
6 SHORT_DESC="Subversion Source Code Management access."
7 MAINTAINER="lehswe@gmail.com"
8 LICENSE="Apache"
9 WEB_SITE="https://subversion.apache.org/"
11 DEPENDS="apr expat libcomerr libcomerr3 libgnutls libkrb5 libsasl
12 libsqlite libssl neon util-linux-uuid zlib"
13 WANTED="subversion"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 cook_copy_files *.so*
19 }