Skip to content
Permalink
cfce7a5f90
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 (26 sloc) 673 Bytes
#!/usr/bin/env beesh
# BEE_VERSION p7zip-16.02-1
# SRCURL[0]="https://downloads.sourceforge.net/project/p7zip/p7zip/${PKGVERSION}/p7zip_${PKGVERSION}_src_all.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/a0128d661cfe7cc8c121e73519c54fbf/p7zip_16.02_src_all.tar.bz2"
# PATCHURL+=()
# build_in_sourcedir
# sourcesubdir_append src
#mee_extract() {
# bee_extract "${@}"
#}
#mee_patch() {
# bee_patch "${@}"
#}
#mee_configure() {
# bee_configure
#}
mee_build() {
bee_build all3
start_cmd make test
}
mee_install() {
bee_install DEST_HOME="${PREFIX}" DEST_MAN="${MANDIR}" DEST_DIR="${D}"
}
mee_install_post() {
rm -rf ${D}/usr/share/doc
}