045603fd65
Somehow this didn't get committed in 1eb9845ad6
(add license information)
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
22 lines
573 B
Makefile
22 lines
573 B
Makefile
#############################################################
|
|
#
|
|
# audiofile
|
|
#
|
|
#############################################################
|
|
|
|
AUDIOFILE_VERSION = 0.3.4
|
|
AUDIOFILE_SITE = http://audiofile.68k.org
|
|
AUDIOFILE_INSTALL_STAGING = YES
|
|
AUDIOFILE_CONF_ENV = ac_cv_prog_cc_c99='-std=gnu99'
|
|
AUDIOFILE_LICENSE = GPLv2+ LGPLv2+
|
|
AUDIOFILE_LICENSE_FILES = COPYING COPYING.GPL
|
|
|
|
# Useless and needs alsa-lib
|
|
define AUDIOFILE_DISABLE_EXAMPLES
|
|
$(SED) 's/examples//' $(@D)/Makefile.in
|
|
endef
|
|
|
|
AUDIOFILE_POST_PATCH_HOOKS += AUDIOFILE_DISABLE_EXAMPLES
|
|
|
|
$(eval $(autotools-package))
|