mstpd.mk 519 B

1234567891011121314151617
  1. ################################################################################
  2. #
  3. # mstpd
  4. #
  5. ################################################################################
  6. MSTPD_VERSION = 0.1.0
  7. MSTPD_SITE = $(call github,mstpd,mstpd,$(MSTPD_VERSION))
  8. MSTPD_AUTORECONF = YES
  9. MSTPD_LICENSE = GPL-2.0, RSA Data Security (md5)
  10. MSTPD_LICENSE_FILES = LICENSE hmac_md5.c
  11. # The Linux kernel requires mstp binaries to be installed into /sbin,
  12. # not /usr/sbin.
  13. MSTPD_CONF_OPTS = --sbindir=/sbin
  14. $(eval $(autotools-package))