contrib/vobcopy/Pkgfile
2007-12-05 20:58:35 +11:00

21 lines
498 B
Plaintext

# 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: libdvdread
name=vobcopy
version=1.0.2
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 -rf $PKG/usr/man/de/
}