blob: b4b1bd507c18a890b998c5b0dfabb8259ba93e0f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#############################################################
#
# rng-tools
#
#############################################################
RNG_TOOLS_VERSION = 3
RNG_TOOLS_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/gkernel
RNG_TOOLS_CONF_ENV = LIBS="-largp"
RNG_TOOLS_DEPENDENCIES = argp-standalone
$(eval $(autotools-package))
|