Skip to content

libunistring: update to 0.9.10 #1788

Merged
merged 1 commit into from
Mar 12, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
}