diff options
author | Heinz Wiesinger <pprkut@liwjatan.at> | 2010-05-13 00:31:13 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 00:31:13 +0200 |
commit | 64c7102d41719568219e3a27fb520dcb7c4dbae3 (patch) | |
tree | d73cb4c434eb6f6a61fa548c29798b84457a9e7d /libraries/libmpeg2/libmpeg2.SlackBuild | |
parent | 15e94df1fe5569b6d954457ff50db86a927d7fa8 (diff) | |
download | slackbuilds-64c7102d41719568219e3a27fb520dcb7c4dbae3.tar.gz |
libraries/libmpeg2: Updated for version 0.5.1
Diffstat (limited to 'libraries/libmpeg2/libmpeg2.SlackBuild')
-rw-r--r-- | libraries/libmpeg2/libmpeg2.SlackBuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libraries/libmpeg2/libmpeg2.SlackBuild b/libraries/libmpeg2/libmpeg2.SlackBuild index 1bfa54c0b6..f880d49a3a 100644 --- a/libraries/libmpeg2/libmpeg2.SlackBuild +++ b/libraries/libmpeg2/libmpeg2.SlackBuild @@ -4,7 +4,6 @@ # Copyright (c) 2008, Antonio Hern�ndez Blas <hba.nihilismus@gmail.com> # Copyright 2008 Heinz Wiesinger <pprkut@liwjatan.at> - # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -23,7 +22,6 @@ # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - PRGNAM=libmpeg2 VERSION=0.5.1 ARCH=${ARCH:-i486} @@ -92,4 +90,4 @@ mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} |