diff options
author | David Somero <dsomero@hotmail.com> | 2010-05-12 17:42:52 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-12 17:42:52 +0200 |
commit | 1ad2640484f0ec2c0808c2d698017c18950f510e (patch) | |
tree | 904598c3985b78fe6b36347df79894db11d549a3 /multimedia/xmltv | |
parent | d68b77df731eb6b57525657a031a0826660e5b72 (diff) | |
download | slackbuilds-1ad2640484f0ec2c0808c2d698017c18950f510e.tar.gz |
multimedia/xmltv: Updated for version 0.5.53
Diffstat (limited to 'multimedia/xmltv')
-rw-r--r-- | multimedia/xmltv/README | 3 | ||||
-rw-r--r-- | multimedia/xmltv/xmltv.SlackBuild | 8 | ||||
-rw-r--r-- | multimedia/xmltv/xmltv.info | 6 |
3 files changed, 8 insertions, 9 deletions
diff --git a/multimedia/xmltv/README b/multimedia/xmltv/README index 3d559a2f3f..dfc57a67dd 100644 --- a/multimedia/xmltv/README +++ b/multimedia/xmltv/README @@ -11,5 +11,4 @@ Estonia, Finland, France, Germany, Hungary and Romania, Iceland, Italy, Japan, Netherlands, North America, Norway, Portugal, Reunion Island (France), South Africa, Spain, Sweden, and Switzerland. -xmltv_prereq is required to build and run xmltv; a script for it is -also available at SlackBuilds.org. +Requires xmltv_prereq and perl-File-Slurp 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 diff --git a/multimedia/xmltv/xmltv.info b/multimedia/xmltv/xmltv.info index 2be7d4f300..449d55a3f5 100644 --- a/multimedia/xmltv/xmltv.info +++ b/multimedia/xmltv/xmltv.info @@ -1,8 +1,8 @@ PRGNAM="xmltv" -VERSION="0.5.51" +VERSION="0.5.53" HOMEPAGE="http://xmltv.org/wiki/" -DOWNLOAD="http://downloads.sourceforge.net/xmltv/xmltv-0.5.51.tar.bz2" -MD5SUM="b0b3f0d31b0e7fbc2f615024faedfbb7" +DOWNLOAD="http://downloads.sourceforge.net/xmltv/xmltv-0.5.53.tar.bz2" +MD5SUM="9ee2d6c8bb192e214b2674042260cf36" MAINTAINER="David Somero" EMAIL="dsomero@hotmail.com" APPROVED="rworkman" |