diff options
author | crocket <crockabiscuit@gmail.com> | 2012-12-26 10:05:27 +0100 |
---|---|---|
committer | Matteo Bernardini <ponce@slackbuilds.org> | 2012-12-26 21:36:46 +0100 |
commit | dc14017af22748c0b32893042bba99343386a2e9 (patch) | |
tree | 2346a3c54cf4d18fcb9f91e3d0bba76af74ce264 /network/cclive | |
parent | 03e36a857358604607a2806ad33328b03b891bf8 (diff) | |
download | slackbuilds-dc14017af22748c0b32893042bba99343386a2e9.tar.gz |
network/cclive: Updated for version 0.7.11, cleanups.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'network/cclive')
-rw-r--r-- | network/cclive/cclive.SlackBuild | 8 | ||||
-rw-r--r-- | network/cclive/cclive.info | 6 | ||||
-rw-r--r-- | network/cclive/slack-desc | 10 |
3 files changed, 11 insertions, 13 deletions
diff --git a/network/cclive/cclive.SlackBuild b/network/cclive/cclive.SlackBuild index 136778921a..43363f9d6e 100644 --- a/network/cclive/cclive.SlackBuild +++ b/network/cclive/cclive.SlackBuild @@ -5,7 +5,7 @@ # Written by crocket (crockabiscuit@gmail.com) PRGNAM=cclive -VERSION=${VERSION:-0.7.5} +VERSION=${VERSION:-0.7.11} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -59,18 +59,17 @@ CXXFLAGS="$SLKCFLAGS" \ --sysconfdir=/etc \ --localstatedir=/var \ --mandir=/usr/man \ - --infodir=/usr/info \ --docdir=/usr/doc/$PRGNAM-$VERSION \ --build=$ARCH-slackware-linux -make V=1 +make make install-strip DESTDIR=$PKG find $PKG/usr/man -type f -exec gzip -9 {} \; for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a COPYING ChangeLog INSTALL NEWS README \ +cp -a AUTHORS COPYING ChangeLog INSTALL NEWS README \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild @@ -79,4 +78,3 @@ cat $CWD/slack-desc > $PKG/install/slack-desc cd $PKG /sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} - diff --git a/network/cclive/cclive.info b/network/cclive/cclive.info index f0d382b6a5..d13b906af4 100644 --- a/network/cclive/cclive.info +++ b/network/cclive/cclive.info @@ -1,8 +1,8 @@ PRGNAM="cclive" -VERSION="0.7.5" +VERSION="0.7.11" HOMEPAGE="http://cclive.sourceforge.net/" -DOWNLOAD="http://downloads.sourceforge.net/cclive/cclive-0.7.5.tar.xz" -MD5SUM="3b415e8f1f4eb2d84b714060ad939d06" +DOWNLOAD="http://downloads.sourceforge.net/cclive/cclive-0.7.11.tar.xz" +MD5SUM="b96cf74e846e3047e0b1db917070c6d0" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="quvi" diff --git a/network/cclive/slack-desc b/network/cclive/slack-desc index 2860bb0ff9..95d7dde09b 100644 --- a/network/cclive/slack-desc +++ b/network/cclive/slack-desc @@ -1,9 +1,9 @@ # 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 ':'. +# 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 ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| cclive: cclive (flash video downloader) |