wok view libsvn/receipt @ rev 25819
Fix linux-slitaz.config, update linux-slitaz.config64 for mmc tablet
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Mon Mar 03 12:52:49 2025 +0100 (3 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 }