Skip to content

Commit

Permalink
gsl: add compat package
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas committed May 27, 2019
1 parent 9b5bd51 commit 6b9315c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions gsl-compat.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/usr/bin/env beesh

# BEE_VERSION gsl-compat-1.14-0

mee_install() {
cd ${D}
tar -xf ${BEE_PKGDIR}/gsl-1.14-0.x86_64.bee.tar.bz2 \
/usr/lib/libgsl.so.0.15.0 \
/usr/lib/libgsl.so.0
}

0 comments on commit 6b9315c

Please sign in to comment.