mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
libraries/libdvdplay: Updated for version 1.0.1
This commit is contained in:
parent
f75f68734b
commit
c4181a4ba5
3 changed files with 19 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for libdvdplay
|
||||
|
||||
# Copyright 2006 Robby Workman (http://rlworkman.net)
|
||||
# Copyright 2006-2007 Robby Workman (http://rlworkman.net)
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -27,9 +27,9 @@
|
|||
PRGNAM=libdvdplay
|
||||
VERSION=1.0.1
|
||||
ARCH=${ARCH:-i486}
|
||||
BUILD=${BUILD:-2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
CWD=`pwd`
|
||||
CWD=$(pwd)
|
||||
TMP=${TMP:-/tmp/SBo}
|
||||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
@ -41,7 +41,7 @@ elif [ "$ARCH" = "i686" ]; then
|
|||
fi
|
||||
|
||||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG/usr $OUTPUT
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP || exit 1
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar -xjvf $CWD/$PRGNAM-$VERSION.tar.bz2 || exit 1
|
||||
|
@ -68,7 +68,7 @@ make install DESTDIR=$PKG || exit 1
|
|||
)
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a AUTHORS COPYING INSTALL NEWS README THANKS TODO \
|
||||
cp -a AUTHORS COPYING INSTALL NEWS README THANKS TODO ChangeLog \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
|
|
|
@ -5,4 +5,4 @@ DOWNLOAD="http://download.videolan.org/pub/libdvdplay/1.0.1/libdvdplay-1.0.1.tar
|
|||
MD5SUM="602bca4ef78d79aa87e5e8920d958a78"
|
||||
MAINTAINER="Robby Workman"
|
||||
EMAIL="rw@rlworkman.net"
|
||||
APPROVED="robw810"
|
||||
APPROVED="BP{k}"
|
||||
|
|
|
@ -1,7 +1,19 @@
|
|||
libdvdplay: Library for DVD navigation
|
||||
# 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 ':'.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
libdvdplay: libdvdplay (Library for DVD navigation)
|
||||
libdvdplay:
|
||||
libdvdplay: libdvdplay is a simple library designed for DVD navigation.
|
||||
libdvdplay: It depends on libdvdread (but can optionally use libdvdcss).
|
||||
libdvdplay:
|
||||
libdvdplay: Home Page: http://download.videolan.org
|
||||
libdvdplay:
|
||||
libdvdplay:
|
||||
libdvdplay:
|
||||
libdvdplay:
|
||||
libdvdplay:
|
||||
|
|
Loading…
Reference in a new issue