|
|
@ -1,6 +1,6 @@ |
|
|
|
#!/bin/bash |
|
|
|
# Build script for Slackware |
|
|
|
# Copyright (C) 2011,2013,2014,2016,2019 Damien Goutte-Gattat |
|
|
|
# Copyright (C) 2011,2013,2014,2016,2019,2020 Damien Goutte-Gattat |
|
|
|
# |
|
|
|
# Redistribution and use of this script, with or without modifications, |
|
|
|
# is permitted provided that the following conditions are met: |
|
|
@ -28,7 +28,7 @@ |
|
|
|
|
|
|
|
# Source package infos |
|
|
|
NAMESRC=${NAMESRC:-OpenCV} |
|
|
|
VERSION=${VERSION:-4.1.2} |
|
|
|
VERSION=${VERSION:-4.3.0} |
|
|
|
ARCHIVE=${ARCHIVE:-$NAMESRC-${VERSION}.tar.gz} |
|
|
|
WGET=${WGET:-https://github.com/opencv/opencv/archive/$VERSION.tar.gz} |
|
|
|
|
|
|
|