Skip to content

Commit

Permalink
Merge pull request #846 from mariux64/add-enchant_compat
Browse files Browse the repository at this point in the history
Add *enchant_compat* for `libenchant.so.1`
  • Loading branch information
pmenzel authored Jul 20, 2018
2 parents aa0e19e + 56cdd5a commit 5396f80
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 8 deletions.
9 changes: 1 addition & 8 deletions enchant.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION enchant-2.2.3-0
# BEE_VERSION enchant-2.2.3-1

## this file was created by bee init and should be executed to build a
## bee-package. (Additional hints are located at the end of this file.)
Expand Down Expand Up @@ -61,13 +61,6 @@ mee_configure() {
#}
## by default this may be 'make install DESTDIR="${D}"'

mee_install_post() {
ln -sfv enchant-2 ${D}/${INCLUDEDIR}/enchant
ln -sfv enchant-2 ${D}/${BINDIR}/enchant
ln -sfv libenchant-2.so ${D}/${LIBDIR}/libenchant.so &&
ln -sfv enchant-2.pc ${D}/${LIBDIR}/pkgconfig/enchant.pc
}

###############################################################################
##
## Additional hints:
Expand Down
19 changes: 19 additions & 0 deletions enchant_compat.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
#!/usr/bin/env beesh

# BEE_VERSION enchant_compat-1.6.0-0

# compatibility package for libenchant

SRCURL=()

mee_install() {
cd ${D}
tar -xpf \
/src/mariux/beeroot/packages/enchant-1.6.0-0.x86_64.bee.tar.bz2 \
/usr/lib/libenchant.so \
/usr/lib/libenchant.so.1 \
/usr/lib/libenchant.so.1.6.0 \
/usr/lib/enchant/libenchant_aspell.so \
/usr/lib/enchant/libenchant_ispell.so \
/usr/lib/enchant/libenchant_myspell.so
}

0 comments on commit 5396f80

Please sign in to comment.