Skip to content

Commit

Permalink
Merge pull request #1737 from mariux64/fix-python-telepathy-logger
Browse files Browse the repository at this point in the history
telepathy-logger: fix python
  • Loading branch information
wwwutz authored Feb 27, 2020
2 parents ed7f07d + b514c62 commit 15963b5
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 15963b5

Please sign in to comment.