diff options
-rw-r--r-- | README.md | 11 | ||||
-rwxr-xr-x | gnunet/gnunet.SlackBuild | 2 | ||||
-rw-r--r-- | google-go-lang/google-go-lang.info | 5 | ||||
-rw-r--r-- | jansson/jansson.info | 1 | ||||
-rwxr-xr-x | pkgtools-go/pkgtools-go.SlackBuild | 2 | ||||
-rwxr-xr-x | taler-exchange/taler-exchange.SlackBuild | 2 | ||||
-rwxr-xr-x | taler-merchant/taler-merchant.SlackBuild | 2 |
7 files changed, 14 insertions, 11 deletions
@@ -1,11 +1,12 @@ # Slack Coder's SlackBuilds -A collection of scripts to build Slackware packages from application source -code. The scripts follow SlackBuild.org's approach. Some here will be updated -or modified versions from their collection. +A collection of [slack build scripts](https://slackbuilds.org/howto/) to build +Slackware packages from application source code. A notable policy difference +here is to use the application's official source code location. -A notable policy difference here is to use the application's official source -code location. +Not all are my own, are copied from elsewhere with only the download location +and version updated. This will be clear from the copyright notice or build tag +in the SlackBuild script. ## See Also diff --git a/gnunet/gnunet.SlackBuild b/gnunet/gnunet.SlackBuild index 81b7cac..0a00c26 100755 --- a/gnunet/gnunet.SlackBuild +++ b/gnunet/gnunet.SlackBuild @@ -25,7 +25,7 @@ PRGNAM=gnunet VERSION=${VERSION:-0.15.3} BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} +TAG=${TAG:-_slackcoder} if [ -z "$ARCH" ]; then case "$( uname -m )" in diff --git a/google-go-lang/google-go-lang.info b/google-go-lang/google-go-lang.info index e5b9570..442aa55 100644 --- a/google-go-lang/google-go-lang.info +++ b/google-go-lang/google-go-lang.info @@ -7,5 +7,6 @@ MD5SUM="" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -MAINTAINER="Vincent Batts" -EMAIL="vbatts@hashbangbash.com" +MAINTAINER="Slack Coder" +EMAIL="slackcoder@server.ky" +TAG="_slackcoder" diff --git a/jansson/jansson.info b/jansson/jansson.info index 4aa19d1..8c5cd09 100644 --- a/jansson/jansson.info +++ b/jansson/jansson.info @@ -8,3 +8,4 @@ MD5SUM_x86_64="" REQUIRES="" MAINTAINER="Slack Coder" EMAIL="slackcoder@server.ky" +TAG="_slackcoder" diff --git a/pkgtools-go/pkgtools-go.SlackBuild b/pkgtools-go/pkgtools-go.SlackBuild index 01f80c7..52bac4f 100755 --- a/pkgtools-go/pkgtools-go.SlackBuild +++ b/pkgtools-go/pkgtools-go.SlackBuild @@ -5,7 +5,7 @@ PRGNAM=pkgtools-go VERSION=${VERSION:-0.0.5} BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} +TAG=${TAG:-_slackcoder} if [ -z "$ARCH" ]; then case "$( uname -m )" in diff --git a/taler-exchange/taler-exchange.SlackBuild b/taler-exchange/taler-exchange.SlackBuild index fe14479..5e59b9f 100755 --- a/taler-exchange/taler-exchange.SlackBuild +++ b/taler-exchange/taler-exchange.SlackBuild @@ -3,7 +3,7 @@ PRGNAM=taler-exchange VERSION=${VERSION:-0.8.4} BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} +TAG=${TAG:-_slackcoder} if [ -z "$ARCH" ]; then case "$( uname -m )" in diff --git a/taler-merchant/taler-merchant.SlackBuild b/taler-merchant/taler-merchant.SlackBuild index c147e19..33d9a8d 100755 --- a/taler-merchant/taler-merchant.SlackBuild +++ b/taler-merchant/taler-merchant.SlackBuild @@ -3,7 +3,7 @@ PRGNAM=taler-merchant VERSION=${VERSION:-0.8.3} BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} +TAG=${TAG:-_slackcoder} if [ -z "$ARCH" ]; then case "$( uname -m )" in |