summaryrefslogtreecommitdiffstats
path: root/office
diff options
context:
space:
mode:
author Robby Workman <rworkman@slackbuilds.org>2011-03-02 22:19:06 -0600
committer Robby Workman <rworkman@slackbuilds.org>2011-03-04 10:12:45 -0600
commit1422fae06dd19663089c92904015b2fb7ca74bba (patch)
tree26d4a7b9615aa15c43bb89479876470cd708bd8b /office
parent0378a57fc778d8708b9e139fc7b0497ddd47fb98 (diff)
downloadslackbuilds-1422fae06dd19663089c92904015b2fb7ca74bba.tar.gz
slackbuilds-1422fae06dd19663089c92904015b2fb7ca74bba.tar.xz
office/tellico: Miscellaneous cleanup
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r--office/tellico/README9
-rw-r--r--office/tellico/tellico.SlackBuild6
-rw-r--r--office/tellico/tellico.info2
3 files changed, 7 insertions, 10 deletions
diff --git a/office/tellico/README b/office/tellico/README
index 162ac52422..2fad298a64 100644
--- a/office/tellico/README
+++ b/office/tellico/README
@@ -10,10 +10,7 @@ your collection are shown. On the left, your entries are grouped together by
any field you like, allowing you to see how many are in each group. On the
right, selected fields are shown in column format, allowing you to sort by any
field. On the bottom is a customizable HTML view of the current entry. The
-entry editor is a dialog box where you enter the data.
+entry editor is a dialog box where you enter the data. You can even read
+barcodes with a webcam.
-You can even read barcodes with a webcam. The script enable this feature.
-
-Recommended (but no hard dependencies) for tellico are the yaz programmer
-toolkit and qjson libraries. They are not included in stock Slackware but
-available at SlackBuilds.org.
+yaz and qjson are optional (but recommended) dependencies.
diff --git a/office/tellico/tellico.SlackBuild b/office/tellico/tellico.SlackBuild
index fa2828659e..97cc92d030 100644
--- a/office/tellico/tellico.SlackBuild
+++ b/office/tellico/tellico.SlackBuild
@@ -2,7 +2,8 @@
# SlackBuild script for tellico
-# written by Gilcio Amaral <gilcio.amaral@gmail.com>
+# Maintained by Gilcio Amaral <gilcio.amaral@gmail.com>
+
# Copyright 2007-2008 Michiel van Wessem, Manchester, United Kingdom
# All rights reserved.
#
@@ -91,8 +92,7 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a AUTHORS COMPILING COPYING ChangeLog README \
- $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a AUTHORS COMPILING COPYING ChangeLog README $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir $PKG/install
diff --git a/office/tellico/tellico.info b/office/tellico/tellico.info
index 8037b14689..e34a30ee15 100644
--- a/office/tellico/tellico.info
+++ b/office/tellico/tellico.info
@@ -7,4 +7,4 @@ DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Gilcio Amaral"
EMAIL="gilcio.amaral@gmail.com"
-APPROVED="Erik Hanson"
+APPROVED="Erik Hanson,rworkman"