vobcopy: 1.1.0 -> 1.1.1

This commit is contained in:
Danny Rawlins 2008-03-03 22:19:02 +11:00
parent ed141cc6a4
commit a42b48d9e5
2 changed files with 8 additions and 9 deletions

View File

@ -1 +1 @@
6a83debd67a286a0ac75c66f2938515a vobcopy-1.1.0.tar.bz2
f3331ff362c8f271731944b1a9dea108 vobcopy-1.1.1.tar.bz2

View File

@ -1,20 +1,19 @@
# Description: vobcopy copies DVD .vob files to harddisk.
# Description: Extract DVD .vob files.
# URL: http://vobcopy.org/
# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au
# Packager: Martin Opel, mo at obbl-net dot de
# Depends on: libdvdnav
name=vobcopy
version=1.1.0
version=1.1.1
release=1
source=(http://lpn.rnbhq.org/download/vobcopy-$version.tar.bz2)
build() {
cd vobcopy-$version
sh ./configure.sh --prefix=$PKG/usr
install -d $PKG/usr/{bin,man/man1}
make
make install
rm -r $PKG/usr/man/de/
cd vobcopy-$version
sh ./configure.sh --prefix=$PKG/usr
make
make install
rm -r $PKG/usr/man/de
}