Skip to content

Commit

Permalink
telepathy-logger: fix python
Browse files Browse the repository at this point in the history
- be0ify
- fixed SRCURL
- burn build to python2
  • Loading branch information
wwwutz committed Feb 27, 2020
1 parent 1c0578c commit b514c62
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 31 deletions.
31 changes: 0 additions & 31 deletions telepathy-logger-0.2.8-0.bee

This file was deleted.

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

# BEE_VERSION telepathy-logger-0.2.8-1
# old bee telepathy-logger-0.2.8-0

#SRCURL[0]="http://telepathy.freedesktop.org/releases/telepathy-logger/telepathy-logger-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/755e6dcaa6a9ccf47f2fe73f3d4d888b/telepathy-logger-0.2.8.tar.bz2"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

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

#mee_patch() {
# bee_patch "${@}"
#}

mee_configure() {
. $(python2-config --prefix)/profile
bee_configure
}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}
mee_install_post() {
rm -vrf ${D}/usr/share/gtk-doc
}

0 comments on commit b514c62

Please sign in to comment.