kumquat-buildroot/package/multimedia/tremor/tremor.mk
Maxime Petazzoni 91f2599d9b Use the normal download method for Tremor
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>
2010-09-13 08:18:27 +02:00

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))