contrib/vobcopy/Pkgfile

21 lines
496 B
Plaintext
Raw Normal View History

2007-12-05 10:58:35 +01:00
# Description: vobcopy copies DVD .vob files to harddisk.
# 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-01-14 05:15:39 +01:00
version=1.1.0
2007-12-05 10:58:35 +01:00
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
2008-01-14 05:15:39 +01:00
rm -r $PKG/usr/man/de/
2007-12-05 10:58:35 +01:00
}