Skip to content

Commit

Permalink
Merge pull request #1703 from mariux64/fix-srcurl-telepathy-glib
Browse files Browse the repository at this point in the history
telepathy-glib: fix SRCURL
  • Loading branch information
wwwutz authored Feb 14, 2020
2 parents bcd3b91 + d98e820 commit ae83cca
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 31 deletions.
31 changes: 0 additions & 31 deletions telepathy-glib-0.14.3-0.bee

This file was deleted.

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

# BEE_VERSION telepathy-glib-0.14.3-1

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

# SRCURL[0]="http://telepathy.freedesktop.org/releases/telepathy-glib/telepathy-glib-0.14.3.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/fe9a4f781651593fd4afddb343ff50bf/telepathy-glib-0.14.3.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 -rvf ${D}/usr/share/gtk-doc
rm -rvf ${D}/usr/share/dbus-1
rmdir -v ${D}/usr/bin
}

0 comments on commit ae83cca

Please sign in to comment.