|
|
@ -1,6 +1,6 @@ |
|
|
|
#!/bin/bash |
|
|
|
# Build script for Slackware |
|
|
|
# Copyright (C) 2011,2014,2016,2017,2019 Damien Goutte-Gattat |
|
|
|
# Copyright (C) 2011,2014,2016,2017,2019,2020 Damien Goutte-Gattat |
|
|
|
# |
|
|
|
# Redistribution and use of this script, with or without modifications, |
|
|
|
# is permitted provided that the following conditions are met: |
|
|
@ -24,11 +24,11 @@ |
|
|
|
# |
|
|
|
# Latest gmic sourcecode is available at: <http://gmic.eu/>. |
|
|
|
# |
|
|
|
# Depends: l/opencv, l/qt5 |
|
|
|
# Depends: l/opencv |
|
|
|
|
|
|
|
# Source package infos |
|
|
|
NAMESRC=${NAMESRC:-gmic} |
|
|
|
VERSION=${VERSION:-2.7.5} |
|
|
|
VERSION=${VERSION:-2.9.1} |
|
|
|
ARCHIVE=${ARCHIVE:-${NAMESRC}_$VERSION.tar.gz} |
|
|
|
WGET=${WGET:-http://gmic.eu/files/source/$ARCHIVE} |
|
|
|
|
|
|
@ -105,7 +105,6 @@ install -D -m 644 $CWD/slack-desc $PKG/install/slack-desc |
|
|
|
# Add dependency infos |
|
|
|
cat <<EOF > $PKG/install/slack-required |
|
|
|
opencv |
|
|
|
qt5 |
|
|
|
EOF |
|
|
|
|
|
|
|
# Package the tree |
|
|
|