Skip to content
Permalink
b0643d5b1a
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 39 lines (28 sloc) 715 Bytes
#!/usr/bin/env beesh
# BEE_VERSION gdb-8.3.1-0
SRCURL[0]="http://ftp.gnu.org/gnu/gdb/gdb-${PKGVERSION}.tar.xz"
# PATCHURL+=()
# build_in_sourcedir
# sourcesubdir_append src
#mee_extract() {
# bee_extract "${@}"
#}
#mee_patch() {
# bee_patch "${@}"
#}
mee_configure() {
bee_configure --with-python=/usr/local/system/python2
}
#mee_build() {
# bee_build
#}
mee_install() {
bee_install
rm ${D}/usr/share/info/{annotate,bfd,stabs}.info
rm ${D}/usr/share/info/dir
rm ${D}/usr/lib/lib{bfd,opcodes}.{a,la}
rm -rf ${D}/usr/share/locale
rm -rf ${D}/usr/include
rm -rf ${D}/usr/share/gdb/system-gdbinit
}
## by default this may be 'make install DESTDIR="${D}"'