# Contributor: Ɓukasz Jendrysik # Maintainer: Natanael Copa pkgname=subversion pkgver=1.9.5 pkgrel=1 pkgdesc="Replacement for CVS, another versioning system (svn)" url="http://subversion.apache.org/" arch="all" license="apache bsd" depends= makedepends="apr-dev apr-util-dev expat-dev neon-dev libressl-dev zlib-dev e2fsprogs-dev sqlite-dev apache2-dev perl-dev swig serf-dev python2-dev autoconf automake libtool python2" install="$pkgname.pre-install" subpackages="$pkgname-dev $pkgname-doc mod_dav_svn perl-$pkgname:pl py-$pkgname:py $pkgname-libs" source="http://archive.apache.org/dist/$pkgname/$pkgname-$pkgver.tar.bz2 subversion-1.7.0-deplibs.patch subversion-perl-deplibs.patch svnserve.confd svnserve.initd " _builddir="$srcdir"/$pkgname-$pkgver prepare() { cd "$_builddir" default_prepare || return 1 LIBTOOL_CONFIG=/usr/share/libtool/build-aux ./autogen.sh } build() { cd "$_builddir" unset CPPFLAGS ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ --disable-nls \ --with-apxs \ --with-apache-libexecdir \ --with-swig \ --disable-javahl \ --disable-static \ --enable-disallowing-of-undefined-references \ --without-jdk \ --with-serf \ || return 1 make all || return 1 make swig-pl-lib || return 1 (cd subversion/bindings/swig/perl/native ; perl Makefile.PL) || return 1 # need override LD_RUN_PATH with something valid, otherwise we get # empty rpath which is not a good idea. make -j1 -C subversion/bindings/swig/perl/native \ LD_RUN_PATH="/usr/lib" EXTRALIBS="-lapr-1" || return 1 # SWIG 3.x does not support Python comments grep -Ev "^ +#" subversion/bindings/swig/include/proxy.swg > subversion/bindings/swig/include/proxy.swg.tmp mv subversion/bindings/swig/include/proxy.swg.tmp subversion/bindings/swig/include/proxy.swg make swig-py || return 1 } package() { cd "$_builddir" make -j1 DESTDIR="$pkgdir" install install-swig-pl-lib install-swig-py || return 1 make pure_vendor_install -C subversion/bindings/swig/perl/native \ PERL_INSTALL_ROOT="$pkgdir" || return 1 find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete install -Dm755 "$srcdir"/svnserve.initd "$pkgdir"/etc/init.d/svnserve install -Dm644 "$srcdir"/svnserve.confd "$pkgdir"/etc/conf.d/svnserve } mod_dav_svn() { pkgdesc="Apache httpd module for Subversion server" mkdir -p "$subpkgdir"/usr/lib mv "$pkgdir"/usr/lib/apache2 "$subpkgdir"/usr/lib/ } pl() { pkgdesc="Perl bindings to subversion" mkdir -p "$subpkgdir"/usr/lib mv "$pkgdir"/usr/lib/*perl* "$subpkgdir"/usr/lib/ } py() { pkgdesc="Python bindings to subversion" mkdir -p "$subpkgdir"/usr/lib mv "$pkgdir"/usr/lib/lib*swig*py* "$subpkgdir"/usr/lib/ pypath=`python2 -c 'import os; print os.path.dirname(os.__file__)'` mv "${pkgdir}"/usr/lib/*py* "${subpkgdir}${pypath}" } md5sums="9fcbae352a5efe73d46a88c97c6bba14 subversion-1.9.5.tar.bz2 e1127cb722daecb3c89adbaf9eed7adf subversion-1.7.0-deplibs.patch 39dd787af4f9ca05ab85ce94f4471687 subversion-perl-deplibs.patch d084a7558053784886bc858b94fa9186 svnserve.confd 5f8f894631143c5da874bfb6917f2e07 svnserve.initd" sha256sums="8a4fc68aff1d18dcb4dd9e460648d24d9e98657fbed496c582929c6b3ce555e5 subversion-1.9.5.tar.bz2 0259a605a62e7a7fe128ee3bfa1264421e4a4ebc66e35c666b59cac97471f5b7 subversion-1.7.0-deplibs.patch da9cb4a1cf95b15088ab6612691f96b1ab338056843c22b5997238f0aaf2b38f subversion-perl-deplibs.patch c70655c073dc06f538c5acdbcd49e216f4be2c859ce395bdf78757a1eeccab00 svnserve.confd ac8496caaf90628673b2e46f02e8f67ba7bd7ae7347758c5b91cd4f25f3f2f3f svnserve.initd" sha512sums="ff7241ffae2506e97f40011242b5d5c6fa665f5463743f9acc52136b59ad84b6db00b60e70c44a9060579db49b818db06da1d1352aaee78e5bfe6ce56f32a2cf subversion-1.9.5.tar.bz2 fb219c45b80602d919176cc191394df09f90d0f5c7d24e6a36b166bd92777ecae67eeac1e49c0ffbb0e724396b3d2094dbb0bef17d01dc87d418b1cd554bd7c4 subversion-1.7.0-deplibs.patch fd6e5f45cff4d3cf0d885a34c822b32141b13b199d99ad8e1b04d641c9c1ee27e73f5c556a4ad54a900b6d39cc14afad17b6738d8af44c76758f1a27b4d49f9a subversion-perl-deplibs.patch 7fe993443d4d3ef5e1e75f60e85036ee0b2bb2636c2c830210e64f525f95ae4c10ca1dc4504fc36915ec9391815becbe7cbf5f589c28609386d8d079ed02c630 svnserve.confd f6392193cc65aaceee9b6e5e66f80af4b095ba4007e8536e8b1c4e8b2c75610d7f5596b83e5edd504672f021c074887fc6464cf4fc1dfe9446741105f11cd855 svnserve.initd"