contrib/videotrans/Pkgfile

20 lines
496 B
Plaintext
Raw Normal View History

# 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
2011-10-29 16:42:42 +02:00
version=1.6.1
release=1
2011-01-11 12:05:47 +01:00
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
}