contrib/videotrans/Pkgfile

20 lines
496 B
Plaintext

# Description: Set of scripts that convert a movie file in any format that mplayer understands to a DVD-compatible VOB file.
# URL: https://videotrans.sourceforge.net/
# Maintainer: unmaintained
# Depends on: dvdauthor imagemagick mjpegtools mplayer ffmpeg
name=videotrans
version=1.6.1
release=1
source=(http://downloads.sourceforge.net/project/$name/$name/$version/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure \
--prefix=/usr
make
make DESTDIR=$PKG install
}