mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
13
package/gperf/gperf.mk
Normal file
13
package/gperf/gperf.mk
Normal file
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# gperf
|
||||
#
|
||||
################################################################################
|
||||
|
||||
GPERF_VERSION = 3.0.4
|
||||
GPERF_SITE = $(BR2_GNU_MIRROR)/gperf
|
||||
GPERF_LICENSE = GPL-3.0+
|
||||
GPERF_LICENSE_FILES = COPYING
|
||||
|
||||
$(eval $(autotools-package))
|
||||
$(eval $(host-autotools-package))
|
||||
Reference in New Issue
Block a user