Skip to content

Commit

Permalink
Merge pull request #1952 from mariux64/fix-libunique
Browse files Browse the repository at this point in the history
libunique: update bee file
  • Loading branch information
wwwutz authored Oct 1, 2020
2 parents 54a1c63 + b61b855 commit d5dfd87
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 30 deletions.
30 changes: 0 additions & 30 deletions libunique-1.1.6-0.bee

This file was deleted.

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

# BEE_VERSION libunique-1.1.6-1

# SRCURL[0]="http://ftp.gnome.org/pub/gnome/sources/libunique/${PKGVERSION[2]}/libunique-${PKGVERSION}.tar.bz2"

SRCURL[0]="https://beehive.molgen.mpg.de/7955769ef31f1bc4f83446dbb3625e6d/libunique-1.1.6.tar.bz2"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

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

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

mee_configure() {
bee_configure \
--enable-introspection \
--disable-maintainer-flags
}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

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

0 comments on commit d5dfd87

Please sign in to comment.