Skip to content
Permalink
master
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 42 lines (28 sloc) 739 Bytes
#!/usr/bin/env beesh
# BEE_VERSION gbdfed-1.6-1
# SRCURL[0]="https://www.math.nmsu.edu/~mleisher/Software/gbdfed/gbdfed-${PKGVERSION}.tar.gz"
SRCURL[0]="/src/mariux/md5repo/5a1668adfc2afa435feda5e3737ceaee/gbdfed-1.6.tar.gz"
# PATCHURL[0]=""
# BEE_CONFIGURE=compat
# BEE_BUILDTYPE=
# EXCLUDE=()
build_in_sourcedir
#mee_extract() {
# bee_extract "${@}"
#}
#mee_patch() {
# bee_patch "${@}"
#}
# DISABLE_DEPRECATED fails with GTK+ >= 2.22
mee_configure_pre() {
sed -i -e 's/-DG[A-Z_]*_DISABLE_DEPRECATED//g' ${S}/Makefile.in
}
#mee_configure() {
# bee_configure
#}
#mee_build() {
# bee_build prefix=${PREFIX} libdir=${LIBDIR}
#}
#mee_install() {
# bee_install prefix=${D}/${PREFIX} libdir=${D}/${LIBDIR}
#}