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 41 lines (30 sloc) 820 Bytes
#!/usr/bin/env beesh
# BEE_VERSION pstoedit-3.78-0
# more info: http://www.pstoedit.com/
#SRCURL[0]="https://downloads.sourceforge.net/project/pstoedit/pstoedit/${PKGVERSION}/pstoedit-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/5c748c4fb1e7d6187694a5bdbd9f27d8/pstoedit-3.78.tar.gz"
# PATCHURL+=()
# ./src/pstoedit.pro
# awk -f ps_pro_to_ph.awk < pstoedit.pro > pstoedit.ph
# /bin/sh: line 1: pstoedit.pro: No such file or directory
build_in_sourcedir
# sourcesubdir_append src
#mee_extract() {
# bee_extract "${@}"
#}
#mee_patch() {
# bee_patch "${@}"
#}
mee_configure() {
CFLAGS="-O2 -fPIC" \
CXXFLAGS="-O2 -fPIC" \
bee_configure --enable-docs=no \
--disable-shared
}
#mee_build() {
# bee_build
#}
mee_install() {
bee_install
rm -vrf ${D}/usr/share/doc
}