Move buildroot to bsp directory.
This commit is contained in:
16
bsp/buildroot/package/libreplaygain/libreplaygain.mk
Normal file
16
bsp/buildroot/package/libreplaygain/libreplaygain.mk
Normal file
@@ -0,0 +1,16 @@
|
||||
################################################################################
|
||||
#
|
||||
# libreplaygain
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBREPLAYGAIN_VERSION = r475
|
||||
LIBREPLAYGAIN_SITE = http://files.musepack.net/source
|
||||
LIBREPLAYGAIN_SOURCE = libreplaygain_$(LIBREPLAYGAIN_VERSION).tar.gz
|
||||
# upstream doesn't ship configure
|
||||
LIBREPLAYGAIN_AUTORECONF = YES
|
||||
LIBREPLAYGAIN_INSTALL_STAGING = YES
|
||||
LIBREPLAYGAIN_LICENSE = LGPLv2.1+
|
||||
LIBREPLAYGAIN_LICENSE_FILES = src/gain_analysis.c
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user