Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #1612 from mariux64/fix-orc-srcurl
liborc: fix srcurl
  • Loading branch information
wwwutz committed Jan 21, 2020
2 parents 0a2b445 + b2b5221 commit bc32f1f
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 83 deletions.
83 changes: 0 additions & 83 deletions orc-0.4.18-0.bee

This file was deleted.

38 changes: 38 additions & 0 deletions orc.be0
@@ -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
}

0 comments on commit bc32f1f

Please sign in to comment.