Skip to content
Permalink
1b740d97b9
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
@wwwutz
Latest commit 9e21923 Oct 5, 2021 History
- fixed SRCURL
2 contributors

Users who have contributed to this file

@pmenzel @wwwutz
executable file 44 lines (33 sloc) 793 Bytes
#!/usr/bin/env beesh
# BEE_VERSION pidgin-2.14.1-1
#SRCURL[0]="https://downloads.sourceforge.net/pidgin/pidgin-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/e135798bcf952ddb3c9e030c4b160c3e/pidgin-2.14.1.tar.bz2"
# PATCHURL+=()
# build_in_sourcedir
# sourcesubdir_append src
#mee_extract() {
# bee_extract "${@}"
#}
#mee_patch() {
# bee_patch "${@}"
#}
source /pkg/gcc-10.2.0-0/profile
mee_configure() {
bee_configure \
--disable-avahi \
--disable-nm \
--disable-idn \
--disable-meanwhile \
--disable-gtkspell \
--disable-nls \
--disable-tcl \
--disable-perl \
--disable-dbus \
--without-python
}
#mee_build() {
# bee_build
#}
#mee_install() {
# bee_install
#}