Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
enchant: update to 2.2.7 and remove _compat
```
bee remove enchant_compat-1.6.0-0.x86_64
bee update enchant
```

- as show @ LFS
  • Loading branch information
wwwutz committed Nov 25, 2019
1 parent d33b0b7 commit b5062c9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 67 deletions.
57 changes: 9 additions & 48 deletions enchant.be0
@@ -1,44 +1,15 @@
#!/usr/bin/env beesh

# 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.)

###############################################################################
## The source URL(s) define the location of the sources that will be
## downloaded. Version variables may be used to simplify reuse of this bee-file.
# BEE_VERSION enchant-2.2.7-0

SRCURL[0]="https://github.com/AbiWord/enchant/releases/download/v${PKGVERSION}/enchant-${PKGVERSION}.tar.gz"

###############################################################################
## Add URLs/pathes to patch files to the PATCHURL array.
## The sources will be patched in the order of the array.

# PATCHURL+=()

###############################################################################
## Uncomment the next statement, if the software may not be able to be built
## outside the source directory and needs to be built inside the source
## directory.

# build_in_sourcedir

###############################################################################
## bee cannot detect buildtypes specified in subdirectories.
## Sometimes packages "hide" the real sources in a subdirectory named
## 'src' or 'cmake' or ..
## use 'sourcesubdir_append' to specify this directory if known.

# sourcesubdir_append src


###############################################################################
## Change the default (auto-detected) steps to
## extract, patch, configure/setup, build and install the software.
## Make sure the mee_install function does install everything to the
## image directory "${D}"

#mee_extract() {
# bee_extract "${@}"
#}
Expand All @@ -59,22 +30,12 @@ mee_configure() {
#mee_install() {
# bee_install
#}
## by default this may be 'make install DESTDIR="${D}"'

###############################################################################
##
## Additional hints:
##
## The name of this bee-file should follow the following naming convention:
## pkgname-pkgversion-pkgrevision.bee
##
## You may remove all comments as long as SRCURL[0] is set.
##
## Everything in this file will be executed in a bash environment.
##
## Build the package by executing
## './pkg-version-N.bee' or
## 'beesh ./pkg-version-N.bee'
##
## see http://beezinga.org/
##
mee_install_post() {
ln -sfv enchant-2 ${D}/usr/include/enchant &&
ln -sfv enchant-2 ${D}/usr/bin/enchant &&
ln -sfv libenchant-2.so ${D}/usr/lib/libenchant.so &&
ln -sfv libenchant-2.so ${D}/usr/lib/libenchant.so.1 &&
ln -sfv enchant-2.pc ${D}/usr/lib/pkgconfig/enchant.pc
}

19 changes: 0 additions & 19 deletions enchant_compat.be0

This file was deleted.

0 comments on commit b5062c9

Please sign in to comment.