Skip to content

Commit

Permalink
gnudatalanguage-gdl: Update from version 0.9.5 to 0.9.8
Browse files Browse the repository at this point in the history
create new bee-file from template
  • Loading branch information
david committed Jul 10, 2018
1 parent 2b3d173 commit c3a27cf
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions gnudatalanguage-gdl.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
#!/usr/bin/env beesh

# BEE_VERSION gnudatalanguage-gdl-0.9.8-0

SRCURL[0]="https://github.com/gnudatalanguage/gdl/archive/v${PKGVERSION}.tar.gz"

# PATCHURL+=()

# EXCLUDE+=()

# build_in_sourcedir

# sourcesubdir_append src


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

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

mee_configure() {
bee_configure -DHDF=OFF \
-DFFTW=OFF \
-DPSLIB=OFF \
-DCMAKE_CXX_FLAGS=-fpermissive
}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}
## by default this may be 'make install DESTDIR="${D}"'

mee_install_post() {
rm -fv ${D}${DATAROOTDIR}/gnudatalanguage/lib/{README.txt,STATUS}
}

0 comments on commit c3a27cf

Please sign in to comment.