|
|
@ -1,6 +1,6 @@ |
|
|
|
#!/bin/bash |
|
|
|
# Build script for Slackware |
|
|
|
# Copyright (C) 2009,2010,2013,2017 Damien Goutte-Gattat |
|
|
|
# Copyright (C) 2009,2010,2013,2017,2019 Damien Goutte-Gattat |
|
|
|
# |
|
|
|
# Redistribution and use of this script, with or without modifications, |
|
|
|
# is permitted provided that the following conditions are met: |
|
|
@ -27,7 +27,7 @@ |
|
|
|
|
|
|
|
# Source package infos |
|
|
|
NAMESRC=${NAMESRC:-paperkey} |
|
|
|
VERSION=${VERSION:-1.4} |
|
|
|
VERSION=${VERSION:-1.6} |
|
|
|
ARCHIVE=${ARCHIVE:-$NAMESRC-$VERSION.tar.gz} |
|
|
|
WGET=${WGET:-http://www.jabberwocky.com/software/paperkey/$ARCHIVE} |
|
|
|
|
|
|
|