Skip to content

Commit

Permalink
Merge pull request #2207 from mariux64/fix-srcurl-ORBit2
Browse files Browse the repository at this point in the history
ORBit2: fix SRCURL
  • Loading branch information
wwwutz authored Sep 1, 2021
2 parents d6daa72 + 2fe4a85 commit f18c132
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 28 deletions.
28 changes: 0 additions & 28 deletions ORBit2-2.14.18-0.bee

This file was deleted.

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

# BEE_VERSION ORBit2-2.14.18-1

# SRCURL[0]="http://ftp.gnome.org/pub/gnome/sources/ORBit2/2.14/ORBit2-2.14.18.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/3e80596171b1ea652707219c7144ff53/ORBit2-2.14.18.tar.bz2"

SYSCONFDIR=/etc/gnome

#mee_patch() {
# bee_patch
#}

#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

mee_install_post() {
rm -rf ${D}/usr/share/gtk-doc
}

0 comments on commit f18c132

Please sign in to comment.