Skip to content
Permalink
0af09a4ae7
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
executable file 37 lines (27 sloc) 526 Bytes
#!/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
}