summaryrefslogtreecommitdiffstats
path: root/system/opensc/opensc.SlackBuild
diff options
context:
space:
mode:
author LukenShiro2011-12-14 19:48:30 +0100
committer Niels Horn2011-12-18 03:07:48 +0100
commitb92eacf0878d3685b592b30ce2b6c5629258e594 (patch)
treeda8a5d810d8d6ec152a60e63e8f679834302b675 /system/opensc/opensc.SlackBuild
parent498d5573f5aa26e794d20dd8deb35bb3cfc5c2e7 (diff)
downloadslackbuilds-b92eacf0878d3685b592b30ce2b6c5629258e594.tar.gz
system/opensc: Updated for version 0.12.2.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/opensc/opensc.SlackBuild')
-rw-r--r--system/opensc/opensc.SlackBuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/system/opensc/opensc.SlackBuild b/system/opensc/opensc.SlackBuild
index 703a7184d5..0c260e5858 100644
--- a/system/opensc/opensc.SlackBuild
+++ b/system/opensc/opensc.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=opensc
-VERSION=${VERSION:-0.12.1}
+VERSION=${VERSION:-0.12.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -95,12 +95,10 @@ make install DESTDIR=$PKG
# Don't clobber the config file
mv $PKG/etc/opensc.conf $PKG/etc/opensc.conf.new
-find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
+find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
-# man files are not really built now, as we do not currently have XSL StyleSheets
-#find $PKG/usr/man -type f -exec gzip -9 {} \;
-#for i in $(find $PKG/usr/man -type l) ; do ln -s $(readlink $i).gz $i.gz ; rm $i ; done
+# manpages are not built, as we do not currently have DocBook XSL StyleSheets
rm -rf $PKG/usr/man
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION/