Skip to content

Commit

Permalink
Merge pull request #1953 from mariux64/fix-libunique3
Browse files Browse the repository at this point in the history
libuniqu3: update bee file
  • Loading branch information
wwwutz authored Oct 1, 2020
2 parents d5dfd87 + 920914e commit 2bc2ddd
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 30 deletions.
30 changes: 0 additions & 30 deletions libunique3-3.0.0-0.bee

This file was deleted.

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

# BEE_VERSION libunique3-3.0.0-1

# SRCURL[0]="http://ftp.gnome.org/pub/gnome/sources/libunique/${PKGVERSION[2]}/libunique-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/bff4dcb7b888490d09f47a096ef2e685/libunique-3.0.0.tar.bz2"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

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

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

mee_configure() {
bee_configure \
--enable-introspection \

}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

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

0 comments on commit 2bc2ddd

Please sign in to comment.