|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
#!/bin/bash |
|
|
|
|
# Build script for Slackware |
|
|
|
|
# Copyright (C) 2009,2010 Damien Goutte-Gattat |
|
|
|
|
# Copyright (C) 2009,2010,2013 Damien Goutte-Gattat |
|
|
|
|
# |
|
|
|
|
# Redistribution and use of this script, with or without modifications, |
|
|
|
|
# is permitted provided that the following conditions are met: |
|
|
|
@ -22,18 +22,17 @@
|
|
|
|
|
# |
|
|
|
|
# Contact: Damien Goutte-Gattat <dgouttegattat@incenp.org> |
|
|
|
|
# |
|
|
|
|
# Latest ddclient sourcecode is available at: |
|
|
|
|
# <http://ddclient.wiki.sourceforge.net/>. |
|
|
|
|
# Latest ddclient sourcecode is available at: <http://ddclient.sf.net/>. |
|
|
|
|
|
|
|
|
|
# Source package infos |
|
|
|
|
NAMESRC=${NAMESRC:-ddclient} |
|
|
|
|
VERSION=${VERSION:-3.8.0} |
|
|
|
|
VERSION=${VERSION:-3.8.1} |
|
|
|
|
ARCHIVE=${ARCHIVE:-$NAMESRC-$VERSION.tar.gz} |
|
|
|
|
WGET=${WGET:-http://downloads.sourceforge.net/ddclient/$ARCHIVE} |
|
|
|
|
|
|
|
|
|
# Built package infos |
|
|
|
|
NAMEPKG=${NAMEPKG:-ddclient} |
|
|
|
|
BUILD=${BUILD:-3GGD} |
|
|
|
|
BUILD=${BUILD:-1GGD} |
|
|
|
|
ARCH=noarch |
|
|
|
|
EXT=${EXT:-txz} |
|
|
|
|
|
|
|
|
|