adf6511013
Unless it was a group of sub-packages, packages was never regrouped by category. multimedia/ was an exception to this rule. This patch move packages/multimedia/ sub-directories to packages/. It keeps two subdirectories for gstream 0.10 and gstreamer 1.X. Signed-off-by: Jérôme Pouiller <jezz@sysmic.org> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
18 lines
525 B
Makefile
18 lines
525 B
Makefile
################################################################################
|
|
#
|
|
# wavpack
|
|
#
|
|
################################################################################
|
|
|
|
WAVPACK_VERSION = 4.60.1
|
|
WAVPACK_SITE = http://www.wavpack.com
|
|
WAVPACK_SOURCE = wavpack-$(WAVPACK_VERSION).tar.bz2
|
|
WAVPACK_INSTALL_STAGING = YES
|
|
# configure not up to date
|
|
WAVPACK_AUTORECONF = YES
|
|
WAVPACK_DEPENDENCIES = $(if $(BR2_ENABLE_LOCALE),,libiconv)
|
|
WAVPACK_LICENSE = BSD-3c
|
|
WAVPACK_LICENSE_FILES = license.txt
|
|
|
|
$(eval $(autotools-package))
|