Skip to content

Commit

Permalink
Merge pull request #1788 from mariux64/update-libunistring-0910
Browse files Browse the repository at this point in the history
libunistring: update to 0.9.10
  • Loading branch information
wwwutz authored Mar 12, 2020
2 parents bdcb138 + 81e2b5a commit 21ca177
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 30 deletions.
30 changes: 0 additions & 30 deletions libunistring-0.9.3-0.bee

This file was deleted.

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

# BEE_VERSION libunistring-0.9.10-0

# more info: https://foo.bar.com

# SRCURL[0]="http://ftp.gnu.org/gnu/libunistring/libunistring-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/0d3274e9838396b12200f8b54ddaf43b/libunistring-0.9.10.tar.gz"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

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

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

#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

mee_install_post() {
rm -rv ${D}/usr/share/doc
}
30 changes: 30 additions & 0 deletions libunistring_compat-0.9.3-0.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
#!/usr/bin/env beesh

# BEE_VERSION libunistring_compat-0.9.3-0

# SRCURL=()

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

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

#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
#}

mee_install() {
cd ${D}
tar xpf /src/mariux/beeroot/packages/libunistring-0.9.3-0.x86_64.bee.tar.bz2 \
/usr/lib/libunistring.so.0 \
/usr/lib/libunistring.so.0.1.2
}

0 comments on commit 21ca177

Please sign in to comment.