91f2599d9b
Now that the generic download method supports Subversion, fall back to the normal usage of AUTOTARGETS for Tremor. Signed-off-by: Maxime Petazzoni <maxime.petazzoni@bulix.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
16 lines
395 B
Makefile
16 lines
395 B
Makefile
############################################################
|
|
#
|
|
# Tremor (Integer decoder for Vorbis)
|
|
#
|
|
############################################################
|
|
|
|
TREMOR_SITE:=http://svn.xiph.org/trunk/Tremor/
|
|
TREMOR_SITE_METHOD:=svn
|
|
TREMOR_VERSION:=16259
|
|
|
|
TREMOR_AUTORECONF = YES
|
|
TREMOR_INSTALL_STAGING = YES
|
|
TREMOR_INSTALL_TARGET = YES
|
|
|
|
$(eval $(call AUTOTARGETS,package/multimedia,tremor))
|