buildroot/package/w_scan/w_scan.mk
Bernd Kuhls 0762015f14 package/w_scan: bump version to 20170107
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2017-10-31 22:56:07 +01:00

19 lines
491 B
Makefile

################################################################################
#
# w_scan
#
################################################################################
W_SCAN_VERSION = 20170107
W_SCAN_SOURCE = w_scan-$(W_SCAN_VERSION).tar.bz2
W_SCAN_SITE = http://wirbel.htpc-forum.de/w_scan
W_SCAN_LICENSE = GPL-2.0+
W_SCAN_LICENSE_FILES = COPYING
ifeq ($(BR2_PACKAGE_LIBICONV),y)
W_SCAN_DEPENDENCIES += libiconv
W_SCAN_CONF_ENV += LIBS=-liconv
endif
$(eval $(autotools-package))