buildroot/package/tovid/tovid.mk
Steve Kenton f6ee0fff28 tovid: change from SVN to github
New download information for tovid plus hash file

Signed-off-by: Steve Kenton <skenton@ou.edu>
Reviewed-by: Ryan Barnett <ryanbarnett3@gmail.com>
Tested-by: Ryan Barnett <ryanbarnett3@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-04-09 21:50:51 +02:00

14 lines
393 B
Makefile

################################################################################
#
# tovid
#
################################################################################
TOVID_VERSION = 0.35.0
TOVID_SITE = https://github.com/tovid-suite/tovid/releases/download/v$(TOVID_VERSION)
TOVID_LICENSE = GPLv2+
TOVID_LICENSE_FILES = COPYING
TOVID_SETUP_TYPE = distutils
$(eval $(python-package))