Skip to content
Permalink
c10365e02e
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 (24 sloc) 917 Bytes
#!/usr/bin/env beesh
SRCURL[0]="http://downloads.sourceforge.net/project/strigi/strigi/strigi-${PKGVERSION}.tar.bz2"
PATCHURL[0]="/src/mariux/download/strigi-libstreamanalyzer-plugin-indexers-cluceneng-remove-boost.patch"
#PATCHURL[0]="http://quickgit.kde.org/?p=libstreamanalyzer.git&a=commitdiff_plain&h=11ed5378dc80544c318cf1b7f486c130294cf9e3&hp=1d6c143296f924d3f02d125c87c86f57778bd44c strigi-11ed537-boost-requiered.patch"
#PATCHURL[1]="/src/mariux/download/strigi-libstreamanalyzer-plugin-indexers-cluceneng-needs-boost.patch"
#PATCHURL[2]="/src/mariux/download/strigi-libstreamanalyzer-plugin-indexers-cluceneng-needs-to-include-boost.patch"
# BEE_CONFIGURE=compat
# EXCLUDE=""
#mee_extract() {
# bee_extract ${@}
#}
mee_patch() {
cd libstreamanalyzer
bee_patch ${@}
}
#mee_configure() {
# bee_configure
#}
#mee_build() {
# bee_build
#}
#mee_install() {
# bee_install
#}