diff options
Diffstat (limited to 'source/l/icu4c')
-rwxr-xr-x | source/l/icu4c/icu4c.SlackBuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/source/l/icu4c/icu4c.SlackBuild b/source/l/icu4c/icu4c.SlackBuild index 215e9510..1465a286 100755 --- a/source/l/icu4c/icu4c.SlackBuild +++ b/source/l/icu4c/icu4c.SlackBuild @@ -2,8 +2,8 @@ # Slackware build script for icu4c -# Copyright 2007-2012 Heinz Wiesinger, Amsterdam, The Netherlands -# Copyright 2012 Patrick J. Volkerding, Sebeka, MN, USA +# Copyright 2007-2013 Heinz Wiesinger, Amsterdam, The Netherlands +# Copyright 2012, 2013 Patrick J. Volkerding, Sebeka, MN, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -82,6 +82,7 @@ cd source/ --disable-static \ --sysconfdir=/etc \ --localstatedir=/var \ + --disable-samples \ --build=$ARCH-slackware-linux || exit 1 make $NUMJOBS || make || exit 1 @@ -95,7 +96,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \; mkdir -p $PKG/usr/doc/icu4c-$VERSION cp -a \ - license.html readme.html unicode-license.txt $PKG/usr/doc/icu4c-$VERSION + license.html readme.html $PKG/usr/doc/icu4c-$VERSION mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc |