|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
#!/bin/bash |
|
|
|
|
# Build script for Slackware |
|
|
|
|
# Copyright (C) 2015,2016 Damien Goutte-Gattat |
|
|
|
|
# Copyright (C) 2015,2016,2017 Damien Goutte-Gattat |
|
|
|
|
# |
|
|
|
|
# Redistribution and use of this script, with or without modifications, |
|
|
|
|
# is permitted provided that the following conditions are met: |
|
|
|
@ -23,13 +23,13 @@
|
|
|
|
|
# Contact: Damien Goutte-Gattat <dgouttegattat@incenp.org> |
|
|
|
|
# |
|
|
|
|
# Latest scdtools sourcecode is available at: |
|
|
|
|
# <http://www.incenp.org/dvlpt/scdrand.html>. |
|
|
|
|
# <http://www.incenp.org/dvlpt/scdtools.html>. |
|
|
|
|
|
|
|
|
|
# Source package infos |
|
|
|
|
NAMESRC=${NAMESRC:-scdtools} |
|
|
|
|
VERSION=${VERSION:-0.3.3} |
|
|
|
|
VERSION=${VERSION:-0.3.4} |
|
|
|
|
ARCHIVE=${ARCHIVE:-$NAMESRC-$VERSION.tar.gz} |
|
|
|
|
WGET=${WGET:-http://www.incenp.org/files/softs/scdrand/0.3/$ARCHIVE} |
|
|
|
|
WGET=${WGET:-http://www.incenp.org/files/softs/scdtools/0.3/$ARCHIVE} |
|
|
|
|
|
|
|
|
|
# Build infos |
|
|
|
|
NAMEPKG=${NAMEPKG:-scdtools} |
|
|
|
|