subversion: move pkgconfig files to -devel package, add vlicense.

Closes #41.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
maxice8 2018-06-13 04:03:34 -03:00 committed by Enno Boland
parent 3be1d36785
commit cc1041c9c8
No known key found for this signature in database
GPG key ID: D09964719BDE9971

View file

@ -1,7 +1,7 @@
# Template file for 'subversion'
pkgname=subversion
version=1.10.0
revision=2
revision=3
build_style=gnu-configure
configure_args="--with-apxs --disable-javahl --disable-static --with-kwallet
--with-gnome-keyring --with-editor=vi --disable-mod-activation
@ -12,7 +12,7 @@ makedepends="apache-devel gdbm-devel kdelibs-devel libgnome-keyring-devel
depends="ca-certificates"
short_desc="Enterprise-class centralized version control for the masses"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="Apache-2.0, BSD"
license="Apache-2.0, BSD-3-Clause"
homepage="http://subversion.apache.org/"
distfiles="http://apache.rediris.es/subversion/subversion-${version}.tar.bz2"
checksum=2cf23f3abb837dea0585a6b0ebd70e80e01f95bddef7c1aa097c18e3eaa6b584
@ -45,6 +45,8 @@ do_install() {
done
vsv svnserve
vlicense LICENSE
}
libsvn_package() {
@ -73,7 +75,8 @@ subversion-devel_package() {
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/*.so
vmove "usr/lib/*.so"
vmove usr/share/pkgconfig
}
}