diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2010-06-27 16:07:25 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-06-29 00:36:35 -0500 |
commit | 38fd9a973d00829d338716d8f97c2a3181efaced (patch) | |
tree | db027488c693bd6c01045184f80600f7b5bbc874 | |
parent | f06623ea51f1b733a06797527bd2a15ae7d57265 (diff) | |
download | slackbuilds-38fd9a973d00829d338716d8f97c2a3181efaced.tar.gz |
libraries/libdv: Miscellaneous cleanups.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
-rw-r--r-- | libraries/libdv/README | 9 | ||||
-rw-r--r-- | libraries/libdv/libdv.SlackBuild | 6 |
2 files changed, 6 insertions, 9 deletions
diff --git a/libraries/libdv/README b/libraries/libdv/README index 832d15e46e..bbdc57db97 100644 --- a/libraries/libdv/README +++ b/libraries/libdv/README @@ -1,5 +1,4 @@ -The Quasar DV codec (libdv) is a software codec for DV video. DV is -the encoding format used by most digital camcorders, typically those -that support the IEEE 1394 (aka FireWire or i.Link) interface. libdv -was developed according to the official standards for DV video, IEC -61834 and SMPTE 314M.
\ No newline at end of file +The Quasar DV codec (libdv) is a software codec for DV video. DV is the +encoding format used by most digital camcorders, typically those that support +the IEEE 1394 (aka FireWire or i.Link) interface. libdv was developed +according to the official standards for DV video, IEC 61834 and SMPTE 314M. diff --git a/libraries/libdv/libdv.SlackBuild b/libraries/libdv/libdv.SlackBuild index c573c4aaf9..f301808a5d 100644 --- a/libraries/libdv/libdv.SlackBuild +++ b/libraries/libdv/libdv.SlackBuild @@ -62,10 +62,8 @@ CXXFLAGS="$SLKCFLAGS" \ make make install-strip DESTDIR=$PKG -( 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 -) +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 \ |