contrib/vobcopy/Pkgfile

21 lines
497 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
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/
}