wok view libsvn/receipt @ rev 25556

created recipes for nted and nted-lang
author Hans-G?nter Theisgen
date Sat Apr 22 14:54:15 2023 +0100 (17 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 }