300f9c9c9d
Thanks to the pkgparentdir and pkgname functions, we can rewrite the AUTOTARGETS macro in a way that avoids the need for each package to repeat its name and the directory in which it is present. [Peter: pkgdir->pkgparentdir] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
19 lines
510 B
Makefile
19 lines
510 B
Makefile
#############################################################
|
|
#
|
|
# libvorbis
|
|
#
|
|
#############################################################
|
|
|
|
LIBVORBIS_VERSION = 1.3.2
|
|
LIBVORBIS_SOURCE = libvorbis-$(LIBVORBIS_VERSION).tar.gz
|
|
LIBVORBIS_SITE = http://downloads.xiph.org/releases/vorbis/$(LIBVORBIS-SOURCE)
|
|
LIBVORBIS_AUTORECONF = NO
|
|
LIBVORBIS_INSTALL_STAGING = YES
|
|
LIBVORBIS_INSTALL_TARGET = YES
|
|
|
|
LIBVORBIS_CONF_OPT = --disable-oggtest
|
|
|
|
LIBVORBIS_DEPENDENCIES = host-pkg-config libogg
|
|
|
|
$(eval $(call AUTOTARGETS))
|