Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
gsl_compat: fix SRCURL
- fix -compat.be0 filename
PKG-compat.be0 -> PKG_compat-VERSION.be0

- fix SRCURL
Extracting from a prebuilt package but globally available
  • Loading branch information
wwwutz committed Feb 13, 2020
1 parent 1a061fe commit 4aacff5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
10 changes: 0 additions & 10 deletions gsl-compat.be0

This file was deleted.

13 changes: 13 additions & 0 deletions gsl_compat-1.14.be0
@@ -0,0 +1,13 @@
#!/usr/bin/env beesh

# BEE_VERSION gsl_compat-1.14-1

SRCURL[0]="" # prevent extract
SRCURL[1]="https://beehive.molgen.mpg.de/4f780e4ae4c6910cfb09b8954decb2ba/gsl-1.14-0.x86_64.bee.tar.bz2"

mee_install() {
cd ${D}
tar -xf ${F}/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 4aacff5

Please sign in to comment.