Skip to content

liborc: fix srcurl #1612

Merged
merged 1 commit into from
Jan 21, 2020
Merged
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
83 changes: 0 additions & 83 deletions orc-0.4.18-0.bee

This file was deleted.

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

# BEE_VERSION orc-0.4.18-1

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

SRCURL[0]="http://code.entropywave.com/download/orc/orc-${PKGVERSION}.tar.gz"
SRCURL[0]="/src/mariux/md5repo/1a2552e8d127526c48d644fe6437b377/orc-0.4.18.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/gtk-doc
}