Skip to content

Commit

Permalink
Merge pull request #1551 from mariux64/rebuild-pstoedit-3.74
Browse files Browse the repository at this point in the history
Rebuild pstoedit 3.74
  • Loading branch information
pmenzel authored Dec 19, 2019
2 parents 1e35b4f + 5b0a051 commit f63754b
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions pstoedit.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION pstoedit-3.74-0
# BEE_VERSION pstoedit-3.74-1

# more info: http://www.pstoedit.com/

Expand All @@ -21,9 +21,9 @@ SRCURL[0]="https://downloads.sourceforge.net/project/pstoedit/pstoedit/${PKGVERS
#}

mee_configure() {
bee_configure \
--enable-static=yes \
--enable-shared=no
CFLAGS="-O2 -fPIC" \
CXXFLAGS="-O2 -fPIC" \
bee_configure --enable-docs=no
}

#mee_build() {
Expand All @@ -34,10 +34,6 @@ mee_configure() {
# bee_install
#}

# "please use pstoedit dev/shared libs!" - noone - ever
mee_install_post() {
rm -vrf ${D}/usr/share/doc
rm -vrf ${D}/usr/lib
rm -vrf ${D}/usr/share/aclocal
rm -vrf ${D}/usr/include
}

0 comments on commit f63754b

Please sign in to comment.