2014-04-20 20:54:03 +02:00
|
|
|
################################################################################
|
|
|
|
#
|
|
|
|
# smack
|
|
|
|
#
|
|
|
|
################################################################################
|
|
|
|
|
2016-01-31 17:26:20 +01:00
|
|
|
SMACK_VERSION = v1.1.0
|
2014-04-22 20:41:23 +02:00
|
|
|
SMACK_SITE = $(call github,smack-team,smack,$(SMACK_VERSION))
|
2014-04-20 20:54:03 +02:00
|
|
|
SMACK_LICENSE = LGPLv2.1
|
|
|
|
SMACK_LICENSE_FILES = COPYING
|
|
|
|
SMACK_INSTALL_STAGING = YES
|
|
|
|
SMACK_DEPENDENCIES = host-pkgconf
|
|
|
|
|
2014-06-02 17:55:59 +02:00
|
|
|
# Sources from GitHub, no configure script included.
|
2014-04-20 20:54:03 +02:00
|
|
|
SMACK_AUTORECONF = YES
|
|
|
|
|
|
|
|
$(eval $(autotools-package))
|