Skip to content

Commit

Permalink
Merge pull request #1438 from mariux64/update-pstoedit-374
Browse files Browse the repository at this point in the history
pstoedit: update to 3.74
  • Loading branch information
wwwutz authored Nov 4, 2019
2 parents 53e2080 + c0883da commit 3608880
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 37 deletions.
37 changes: 0 additions & 37 deletions pstoedit-3.61-3.bee

This file was deleted.

43 changes: 43 additions & 0 deletions pstoedit.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
#!/usr/bin/env beesh

# BEE_VERSION pstoedit-3.74-0

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

SRCURL[0]="https://downloads.sourceforge.net/project/pstoedit/pstoedit/${PKGVERSION}/pstoedit-${PKGVERSION}.tar.gz"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

mee_configure() {
bee_configure \
--enable-static=yes \
--enable-shared=no
}

#mee_build() {
# bee_build
#}

#mee_install() {
# 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 3608880

Please sign in to comment.