Skip to content

Commit

Permalink
Merge branch 'xmltv'
Browse files Browse the repository at this point in the history
  • Loading branch information
v4hn committed Jan 18, 2014
2 parents 2c7ec0d + a63e027 commit 006b8d6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
13 changes: 5 additions & 8 deletions utils/xmltv/BUILD
@@ -1,10 +1,7 @@
(
yes | perl Makefile.PL PREFIX=/usr &&
make &&
make test &&
prepare_install &&
make install

perl Makefile.PL PREFIX=/usr &&
make || exit 1
make test || true
prepare_install &&
make install

) > $C_FIFO 2>&1

2 changes: 2 additions & 0 deletions utils/xmltv/DEPENDS
@@ -1,5 +1,7 @@
depends XML-Twig
depends XML-Writer
depends XML-Simple
depends XML-Parser
depends Date-Manip
depends HTML-Parser
depends HTML-Tree
Expand Down
6 changes: 3 additions & 3 deletions utils/xmltv/DETAILS
@@ -1,11 +1,11 @@
MODULE=xmltv
VERSION=0.5.63
VERSION=0.5.64
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL=$SFORGE_URL/$MODULE/
SOURCE_VFY=sha1:ec13422ff251be950d7e72f1f411e2a00b29a7ce
SOURCE_VFY=sha1:63e9bf03095feebb66b3661ec2992083a8786011
WEB_SITE=http://xmltv.sourceforge.net
ENTERED=20040212
UPDATED=20130528
UPDATED=20140118
SHORT="program to get XML tv listings"

cat << EOF
Expand Down

0 comments on commit 006b8d6

Please sign in to comment.