aboutsummaryrefslogtreecommitdiff
path: root/taler-merchant
diff options
context:
space:
mode:
Diffstat (limited to 'taler-merchant')
-rw-r--r--taler-merchant/slack-desc9
-rw-r--r--[-rwxr-xr-x]taler-merchant/taler-merchant.SlackBuild15
-rw-r--r--taler-merchant/taler-merchant.info2
3 files changed, 21 insertions, 5 deletions
diff --git a/taler-merchant/slack-desc b/taler-merchant/slack-desc
index 6071631..69fb14b 100644
--- a/taler-merchant/slack-desc
+++ b/taler-merchant/slack-desc
@@ -1,5 +1,12 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description.
+# Line up the first '|' above the ':' following the base package name, and
+# the '|' on the right side marks the last column you can put a character in.
+# You must make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':' except on otherwise blank lines.
+
|-----handy-ruler------------------------------------------------------|
-taler-merchant: taler-merchant
+taler-merchant: taler-merchant (Taler payment system merchant)
taler-merchant:
taler-merchant: The merchant for the Taler payment system.
taler-merchant:
diff --git a/taler-merchant/taler-merchant.SlackBuild b/taler-merchant/taler-merchant.SlackBuild
index 3c7742c..2b40578 100755..100644
--- a/taler-merchant/taler-merchant.SlackBuild
+++ b/taler-merchant/taler-merchant.SlackBuild
@@ -1,9 +1,12 @@
-#!/bin/sh
+#!/bin/bash
+
+cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=taler-merchant
VERSION=${VERSION:-0.10.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_slackcoder}
+PKGTYPE=${PKGTYPE:-txz}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@@ -13,8 +16,12 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
-TMP=${TMP:-/tmp/sky}
+if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
+ echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
+ exit 0
+fi
+
+TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
@@ -90,4 +97,4 @@ chmod g+w $PKG/var/log/taler
chmod -R u=rwX,g=rX,o= $PKG/etc/taler/secrets
cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-0.10.2-$ARCH-$BUILD$TAG.${PKGTYPE:-txz}
+/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-0.10.2-$ARCH-$BUILD$TAG.$PKGTYPE
diff --git a/taler-merchant/taler-merchant.info b/taler-merchant/taler-merchant.info
index 98119c4..3ff936f 100644
--- a/taler-merchant/taler-merchant.info
+++ b/taler-merchant/taler-merchant.info
@@ -3,6 +3,8 @@ VERSION="0.10.2"
HOMEPAGE="https://taler.net"
DOWNLOAD="https://ftpmirror.gnu.org/gnu/taler/taler-merchant-0.10.2.tar.gz"
MD5SUM="fd492bbb3652b6b8cce7d5d7bdc3d6bc"
+DOWNLOAD_x86_64=""
+MD5SUM_x86_64=""
REQUIRES="gnunet taler-exchange"
MAINTAINER="Slack Coder"
EMAIL="slackcoder@server.ky"