diff --git a/subversion-1.6.16-1.bee b/subversion-1.6.16-1.bee deleted file mode 100755 index b288d04b4..000000000 --- a/subversion-1.6.16-1.bee +++ /dev/null @@ -1,37 +0,0 @@ -#!/bin/env beesh - -PGRP=( programming scm ) - -SRCURL[0]="http://subversion.tigris.org/downloads/subversion-${PV}.tar.bz2" - -PATCHES[0]="" - -# EXCLUDE="" - -B=${S} - -mee_patch() { - bee_patch -} - -mee_configure() { - bee_configure \ - --with-ssl \ - --with-zlib=/usr \ - --with-swig -} - -mee_build() { - bee_build - bee_build swig-py - bee_build swig-pl - bee_build swig-rb -} - -mee_install() { - bee_install - bee_install install-swig-py - bee_install install-swig-rb - bee_install install-swig-pl -} - diff --git a/subversion.be0 b/subversion.be0 new file mode 100755 index 000000000..21fb541a4 --- /dev/null +++ b/subversion.be0 @@ -0,0 +1,40 @@ +#!/usr/bin/env beesh + +# BEE_VERSION subversion-1.10.6-0 + +# more info: https://subversion.apache.org + +SRCURL[0]="http://ftp.halifax.rwth-aachen.de/apache/subversion/subversion-${PKGVERSION}.tar.bz2" + +# PATCHURL+=() + +# build_in_sourcedir + +# sourcesubdir_append src + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +mee_configure() { + bee_configure \ + --disable-nls \ + --with-lz4=internal \ + --with-utf8proc=internal +} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#} + +#mee_install_post() { +# exit +#}