Skip to content

pcre_compat-8.10: fix typo #1782

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
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
Original file line number Diff line number Diff line change
@@ -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
}