summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2014-03-05 23:10:42 +0000
committer Eric Hameleers <alien@slackware.com>2014-03-05 23:10:42 +0000
commit963297c407872ca05fa08c9737b65f291f867d18 (patch)
treeeb242f8f0c6f05e05eb272ffbf3806aaf8a1d314
parent9afdbf0972cff6a83c411975829ea1e7390a514f (diff)
downloadasb-963297c407872ca05fa08c9737b65f291f867d18.tar.gz
asb-963297c407872ca05fa08c9737b65f291f867d18.tar.xz
Polishing
-rwxr-xr-xtelegram-cli/build/telegram-cli.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/telegram-cli/build/telegram-cli.SlackBuild b/telegram-cli/build/telegram-cli.SlackBuild
index 22481246..14c015b4 100755
--- a/telegram-cli/build/telegram-cli.SlackBuild
+++ b/telegram-cli/build/telegram-cli.SlackBuild
@@ -29,7 +29,7 @@
# Descr: telegram messenger CLI
# URL: https://github.com/vysheng/tg
# Build needs:
-# Needs:
+# Needs: libconfig, lua
# Changelog:
# 20140305-1: 05/Mar/2014 by Eric Hameleers <alien@slackware.com>
# * Initial build.
@@ -42,7 +42,7 @@
PRGNAM=telegram-cli
SRCNAM=tg
-VERSION=${VERSION:-20140305}
+VERSION=${VERSION:-"$(date +%Y%m%d)"}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:" -j4 "}
TAG=${TAG:-alien}
@@ -63,7 +63,7 @@ SRCURL=""
GITURI="https://github.com/vysheng/tg.git"
# Use the src_checkout() function if no downloadable tarball exists.
-# This function checks out sources from SVN/CVS and creates a tarball of them.
+# This function checks out sources from GIT and creates a tarball of them.
src_checkout() {
# Param #1 : index in the SOURCE[] array.
# Param #2 : full path to where SOURCE[$1] tarball should be created.