1
0
forked from ports/contrib

24 lines
552 B
Plaintext
Raw Normal View History

2008-03-03 22:19:02 +11:00
# Description: Extract DVD .vob files.
2020-06-01 15:45:48 +00:00
# URL: https://github.com/barak/vobcopy
2014-11-10 23:28:07 +11:00
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: libdvdnav
2007-12-05 20:58:35 +11:00
name=vobcopy
2019-10-14 19:33:55 +11:00
version=1.2.0-7
2007-12-05 20:58:35 +11:00
release=1
2019-10-14 19:33:55 +11:00
source=(https://github.com/barak/vobcopy/archive/debian/$version/$name-$version.tar.gz
2009-11-08 13:34:55 +11:00
vobcopy-1.2.0_hardcode-tries-to-1.patch)
2007-12-05 20:58:35 +11:00
build() {
2017-06-18 18:41:13 +10:00
cd $name-debian-$version
2019-10-14 19:33:55 +11:00
2009-11-08 13:34:55 +11:00
patch -p 1 -i $SRC/vobcopy-1.2.0_hardcode-tries-to-1.patch
2019-10-14 19:33:55 +11:00
2008-03-03 22:19:02 +11:00
make
2019-10-14 19:33:55 +11:00
make DESTDIR="$PKG" PREFIX=/usr/ MANDIR=/usr/share/man install
2007-12-05 20:58:35 +11:00
2009-11-08 13:34:55 +11:00
rm -r \
2019-10-14 19:33:55 +11:00
$PKG/usr/share/man/de \
2009-11-08 13:34:55 +11:00
$PKG/usr/share/doc
}