contrib/vobcopy/Pkgfile

26 lines
553 B
Plaintext
Raw Normal View History

2008-03-03 12:19:02 +01:00
# Description: Extract DVD .vob files.
2007-12-05 10:58:35 +01:00
# URL: http://vobcopy.org/
2014-11-10 13:28:07 +01:00
# Maintainer: Danny Rawlins, crux at romster dot me
2007-12-05 10:58:35 +01:00
# Packager: Martin Opel, mo at obbl-net dot de
# Depends on: libdvdnav
2007-12-05 10:58:35 +01:00
name=vobcopy
2009-11-08 03:34:55 +01:00
version=1.2.0
2007-12-05 10:58:35 +01:00
release=1
2009-11-08 03:34:55 +01:00
source=(http://vobcopy.org/download/vobcopy-$version.tar.bz2
vobcopy-1.2.0_hardcode-tries-to-1.patch)
2007-12-05 10:58:35 +01:00
build() {
2009-11-08 03:34:55 +01:00
cd $name-$version
patch -p 1 -i $SRC/vobcopy-1.2.0_hardcode-tries-to-1.patch
2008-03-03 12:19:02 +01:00
sh ./configure.sh --prefix=$PKG/usr
make
make install
2007-12-05 10:58:35 +01:00
2009-11-08 03:34:55 +01:00
rm -r \
$PKG/usr/man/de \
$PKG/usr/share/doc
rmdir $PKG/usr/share
}