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:
14
package/libite/libite.mk
Normal file
14
package/libite/libite.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# libite
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBITE_VERSION = 2.0.2
|
||||
LIBITE_SITE = $(call github,troglobit,libite,v$(LIBITE_VERSION))
|
||||
LIBITE_LICENSE = MIT, X11, ISC, BSD-2-Clause
|
||||
LIBITE_LICENSE_FILES = LICENSE src/chomp.c src/pidfile.c
|
||||
LIBITE_INSTALL_STAGING = YES
|
||||
LIBITE_AUTORECONF = YES
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user