|
|
@ -1,6 +1,6 @@ |
|
|
|
#!/bin/bash |
|
|
|
# Build script for Slackware |
|
|
|
# Copyright (C) 2018,2019 Damien Goutte-Gattat |
|
|
|
# Copyright (C) 2018,2019,2020 Damien Goutte-Gattat |
|
|
|
# |
|
|
|
# Redistribution and use of this script, with or without modifications, |
|
|
|
# is permitted provided that the following conditions are met: |
|
|
@ -25,11 +25,11 @@ |
|
|
|
# Latest dabest sourcecode is available at: |
|
|
|
# <https://github.com/ACCLAB/DABEST-python>. |
|
|
|
# |
|
|
|
# Depends: l/seaborn |
|
|
|
# Depends: l/python-lqrt, l/seaborn |
|
|
|
|
|
|
|
# Source package infos |
|
|
|
NAMESRC=${NAMESRC:-dabest} |
|
|
|
VERSION=${VERSION:-0.2.7} |
|
|
|
VERSION=${VERSION:-0.3.0} |
|
|
|
ARCHIVE=${ARCHIVE:-$NAMESRC-$VERSION.tar.gz} |
|
|
|
|
|
|
|
# Build infos |
|
|
@ -81,7 +81,8 @@ install -D -m 644 $CWD/slack-desc $PKG/install/slack-desc |
|
|
|
|
|
|
|
# Add dependency infos |
|
|
|
cat <<EOF > $PKG/install/slack-required |
|
|
|
l/seaborn |
|
|
|
python-lqrt |
|
|
|
seaborn |
|
|
|
EOF |
|
|
|
|
|
|
|
# Package the tree |
|
|
|