Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
ORBit2: fix SRCURL
- fixed SRCURL
- be0ify
  • Loading branch information
wwwutz committed Aug 31, 2021
1 parent a3bdafc commit 2fe4a85
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
@@ -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 2fe4a85

Please sign in to comment.