contrib/vobcopy/Pkgfile

20 lines
422 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/
# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au
# Packager: Martin Opel, mo at obbl-net dot de
# Depends on: libdvdnav
2007-12-05 10:58:35 +01:00
name=vobcopy
2008-03-03 12:19:02 +01:00
version=1.1.1
2007-12-05 10:58:35 +01:00
release=1
source=(http://lpn.rnbhq.org/download/vobcopy-$version.tar.bz2)
build() {
2008-03-03 12:19:02 +01:00
cd vobcopy-$version
sh ./configure.sh --prefix=$PKG/usr
make
make install
rm -r $PKG/usr/man/de
2007-12-05 10:58:35 +01:00
}