Skip to content

Rebuild pstoedit 3.74 #1551

Merged
merged 2 commits into from
Dec 19, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can be removed, as you have --enable-docs=no added?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That was my first thougt too (and the reason behind the 'It's hard to get rid of the docs' remark). No, --enable-docs=no just inhibits (re-)building of some latex stuff, but the rest gets installed.

rm -vrf ${D}/usr/lib
rm -vrf ${D}/usr/share/aclocal
rm -vrf ${D}/usr/include
}