kumquat-buildroot/package/tovid/tovid.mk
Steve Kenton 7de0f6a677 tovid: new package
The tovid suite, also known simply as tovid, is a collection of shell
and Python scripts for creating DVDs and (S)VCDs. It is pronounced
"to vid" (because it converts to video disc formats).

[Thomas:
  - remove largefile dependency
  - properly propagate mplayer and ffmpeg dependencies.
  - fix license: it's GPLv2+, not GPLv2.]

Signed-off-by: Steve Kenton <skenton@ou.edu>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-04-05 11:43:26 +02:00

15 lines
386 B
Makefile

################################################################################
#
# tovid
#
################################################################################
TOVID_SITE = http://tovid.googlecode.com/svn/trunk/tovid
TOVID_SITE_METHOD = svn
TOVID_VERSION = 3534
TOVID_LICENSE = GPLv2+
TOVID_LICENSE_FILES = COPYING
TOVID_SETUP_TYPE = distutils
$(eval $(python-package))