mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
multimedia/lsdvd: Updated for version 0.16
This commit is contained in:
parent
3541b677b0
commit
7d8020e17a
3 changed files with 7 additions and 3 deletions
|
@ -2,5 +2,3 @@ lsdvd is a console application that displays the content of a dvd. It
|
|||
provides output about the types of video and audio tracks, subtitles
|
||||
etc... output is available in a number of formats including human
|
||||
readable, perl, ruby or xml.
|
||||
|
||||
lsdvd depends on libdvdread, also available on slackbuilds.org
|
||||
|
|
|
@ -17,10 +17,13 @@ OUTPUT=${OUTPUT:-/tmp}
|
|||
|
||||
if [ "$ARCH" = "i486" ]; then
|
||||
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
|
||||
LIBDIRSUFFIX=""
|
||||
elif [ "$ARCH" = "i686" ]; then
|
||||
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
|
||||
LIBDIRSUFFIX=""
|
||||
elif [ "$ARCH" = "x86_64" ]; then
|
||||
SLKCFLAGS="-O2 -fPIC"
|
||||
LIBDIRSUFFIX="64"
|
||||
fi
|
||||
|
||||
set -e
|
||||
|
@ -42,6 +45,7 @@ CFLAGS="$SLKCFLAGS" \
|
|||
CXXFLAGS="$SLKCFLAGS" \
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--libdir=/usr/lib$LIBDIRSUFFIX \
|
||||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
--mandir=/usr/man
|
||||
|
@ -59,4 +63,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="lsdvd"
|
|||
VERSION="0.16"
|
||||
HOMEPAGE="http://sourceforge.net/projects/lsdvd/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/lsdvd/lsdvd-0.16.tar.gz"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM="340e1abe5c5e5abf7ff8031e78f49ee7"
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="B. Watson"
|
||||
EMAIL="yalhcru@gmail.com"
|
||||
APPROVED="Erik Hanson"
|
||||
|
|
Loading…
Reference in a new issue