diff options
author | Jick Nan <jick.nan@gmail.com> | 2010-05-11 19:45:48 +0200 |
---|---|---|
committer | Michiel van Wessem <michiel@slackbuilds.org> | 2010-05-11 19:45:48 +0200 |
commit | a61de30a95e3c3c51ddccdfd508afb52ee3bcaaa (patch) | |
tree | a5209e4c40c9f62b68d7ea93f0a1ffea371de68d /network | |
parent | 0f61b0ebd047496b4d26df66e53c4b33a23d820c (diff) | |
download | slackbuilds-a61de30a95e3c3c51ddccdfd508afb52ee3bcaaa.tar.gz |
network/castget: Updated for version 0.9.6
Diffstat (limited to 'network')
-rw-r--r-- | network/castget/castget.SlackBuild | 4 | ||||
-rw-r--r-- | network/castget/slack-desc | 14 |
2 files changed, 15 insertions, 3 deletions
diff --git a/network/castget/castget.SlackBuild b/network/castget/castget.SlackBuild index bfde9061a1..9af39bd958 100644 --- a/network/castget/castget.SlackBuild +++ b/network/castget/castget.SlackBuild @@ -10,7 +10,7 @@ VERSION=0.9.6 ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -CWD=`pwd` +CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} @@ -49,7 +49,7 @@ make install DESTDIR=$PKG || exit 1 ( cd $PKG/usr/man find . -type f -exec gzip -9 {} \; - for i in `find . -type l` ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done + for i in $(find . -type l) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done ) mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION diff --git a/network/castget/slack-desc b/network/castget/slack-desc index 2cb2ee8c64..f4ff75261f 100644 --- a/network/castget/slack-desc +++ b/network/castget/slack-desc @@ -1,7 +1,19 @@ -castget: castget +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +castget: castget (RSS enclosure downloader) castget: castget: castget is a simple, command-line based RSS enclosure downloader. It is castget: primarily intended for automatic, unattended downloading of podcasts. castget: castget: castget was written and is maintained by Marius L. Jøhndal. castget: +castget: +castget: +castget: +castget: |