33433e1b2b
While Debian still uses version 2.2.1 the bump to 2.2.2 was committed to FreeBSD ports back in 2005: https://www.freshports.org/commit.php?category=comms&port=sredird&files=yes&message_id=200512291935.jBTJZfff072190@repoman.freebsd.org FreeBSD ports lists the new upstream URL as no. 12: https://www.freshports.org/comms/sredird/ and http://freecode.com/projects/sredird also links to it. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
21 lines
534 B
Makefile
21 lines
534 B
Makefile
################################################################################
|
|
#
|
|
# sredird
|
|
#
|
|
################################################################################
|
|
|
|
SREDIRD_VERSION = 2.2.2
|
|
SREDIRD_SITE = http://www.ibiblio.org/pub/Linux/system/serial
|
|
SREDIRD_LICENSE = GPLv2+
|
|
SREDIRD_LICENSE_FILES = COPYING
|
|
|
|
define SREDIRD_BUILD_CMDS
|
|
$(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D)
|
|
endef
|
|
|
|
define SREDIRD_INSTALL_TARGET_CMDS
|
|
$(INSTALL) -D -m 0755 $(@D)/sredird $(TARGET_DIR)/usr/sbin/sredird
|
|
endef
|
|
|
|
$(eval $(generic-package))
|