Skip to content

Commit

Permalink
subversion: move pkgconfig files to -devel package, add vlicense.
Browse files Browse the repository at this point in the history
Closes #41.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
  • Loading branch information
maxice8 authored and Enno Boland committed Jun 17, 2018
1 parent 3be1d36 commit cc1041c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions srcpkgs/subversion/template
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down Expand Up @@ -45,6 +45,8 @@ do_install() {
done

vsv svnserve

vlicense LICENSE
}

libsvn_package() {
Expand Down Expand Up @@ -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
}
}

Expand Down

0 comments on commit cc1041c

Please sign in to comment.