contrib/vobcopy/Pkgfile

24 lines
565 B
Plaintext

# Description: Extract DVD .vob files.
# URL: https://github.com/barak/vobcopy
# Maintainer: unmaintained
# Depends on: libdvdnav
name=vobcopy
version=1.2.1
release=1
source=(https://github.com/barak/vobcopy/archive/$version/$name-$version.tar.gz
vobcopy-1.2.0_hardcode-tries-to-1.patch)
build() {
cd $name-$version
patch -p 1 -i $SRC/vobcopy-1.2.0_hardcode-tries-to-1.patch
autoreconf --install --force --symlink
./configure --prefix=/usr
make
make DESTDIR="$PKG" PREFIX=/usr/ MANDIR=/usr/share/man install
rm -r $PKG/usr/share/{man/de,doc}
}