Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #1782 from mariux64/fix-pcre_compat
pcre_compat-8.10: fix typo
  • Loading branch information
wwwutz committed Mar 12, 2020
2 parents 7ef7f7b + 6e5d1f0 commit 4fa2c1a
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 87 deletions.
87 changes: 0 additions & 87 deletions pcre_compat-1.0.0-0.bee

This file was deleted.

35 changes: 35 additions & 0 deletions pcre_compat-8.10-0.be0
@@ -0,0 +1,35 @@
#!/usr/bin/env beesh

# BEE_VERSION pcre_compat-8.10-0

# SRCURL=()

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

mee_extract() {
cd ${S}
tar xpf /src/mariux/beeroot/packages/pcre-8.10-0.x86_64.bee.tar.bz2 \
/lib/libpcre.so.0 \
/lib/libpcre.so.0.0.1
}

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

#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
#}

mee_install() {
mkdir -vp ${D}/usr
cp -vax ${S}/lib ${D}/usr
}

0 comments on commit 4fa2c1a

Please sign in to comment.