forked from ports/contrib
vobcopy: 1.1.0 -> 1.1.1
This commit is contained in:
parent
ed141cc6a4
commit
a42b48d9e5
@ -1 +1 @@
|
||||
6a83debd67a286a0ac75c66f2938515a vobcopy-1.1.0.tar.bz2
|
||||
f3331ff362c8f271731944b1a9dea108 vobcopy-1.1.1.tar.bz2
|
||||
|
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user