Skip to content

libmowgli: fix SRCURL #1615

Merged
merged 1 commit into from
Jan 24, 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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
52 changes: 0 additions & 52 deletions libmowgli-0.9.50-0.bee

This file was deleted.

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

# BEE_VERSION libmowgli-0.9.50-1

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

#SRCURL[0]="http://distfiles.atheme.org/libmowgli-${PKGVERSION}.tbz2"
SRCURL[0]="http://git.atheme.org/cgi-bin/cgit.cgi/libmowgli/snapshot/libmowgli-${PKGVERSION}.tar.gz"
SRCURL[0]="/src/mariux/md5repo/10713d4b9a106cce74947a619ba24bfe/libmowgli-0.9.50.tar.gz"

# PATCHURL+=()

build_in_sourcedir

# sourcesubdir_append src

#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}
mee_patch_post() {
${S}/autogen.sh
}

#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}