diff options
Diffstat (limited to 'multimedia/xmltv/xmltv.SlackBuild')
-rw-r--r-- | multimedia/xmltv/xmltv.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/multimedia/xmltv/xmltv.SlackBuild b/multimedia/xmltv/xmltv.SlackBuild index 866e672fe9..3cd25990a7 100644 --- a/multimedia/xmltv/xmltv.SlackBuild +++ b/multimedia/xmltv/xmltv.SlackBuild @@ -1,7 +1,8 @@ #!/bin/sh + # Slackware Build Script for xmltv -# Copyright 2006-2007 David Somero (dsomero@hotmail.com) +# Copyright 2006-2009 David Somero (dsomero@hotmail.com) Athens,TN USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -22,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=xmltv -VERSION=0.5.51 +VERSION=0.5.53 ARCH=noarch BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -59,10 +60,9 @@ rmdir $PKG/usr/share for i in $(find . -type l) ; do ln -s $(readlink $i).gz $i.gz ; rm $i ; done ) -# Remove perlocal.pod and .packlist from $PKG; other empty directories +# Remove perlocal.pod and .packlist and .bs files from $PKG. ( cd $PKG find . -name "perllocal.pod" -o -name ".packlist" -o -name "*.bs" | xargs rm -f -# rm -rf usr/lib/perl5/site_perl/5.8.8/i486-linux-thread-multi/ ) mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION |