mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
libraries/libmpeg2: Updated for version 0.5.1
This commit is contained in:
parent
15e94df1fe
commit
64c7102d41
2 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,6 @@
|
|||
|
||||
# Copyright (c) 2008, Antonio Hern<72>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}
|
||||
|
|
|
@ -2,7 +2,9 @@ PRGNAM="libmpeg2"
|
|||
VERSION="0.5.1"
|
||||
HOMEPAGE="http://libmpeg2.sourceforge.net"
|
||||
DOWNLOAD="http://libmpeg2.sourceforge.net/files/libmpeg2-0.5.1.tar.gz"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM="0f92c7454e58379b4a5a378485bbd8ef"
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="ppr:kut"
|
||||
EMAIL="pprkut@liwjatan.at"
|
||||
APPROVED="dsomero,rworkman"
|
||||
|
|
Loading…
Reference in a new issue