mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-03-27 04:52:12 +00:00
17 lines
440 B
Makefile
17 lines
440 B
Makefile
#############################################################
|
|
#
|
|
# netcat
|
|
#
|
|
#############################################################
|
|
|
|
NETCAT_VERSION:=0.7.1
|
|
NETCAT_SOURCE:=netcat-$(NETCAT_VERSION).tar.gz
|
|
NETCAT_SITE=http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/netcat
|
|
NETCAT_AUTORECONF:=NO
|
|
NETCAT_INSTALL_STAGING:=NO
|
|
NETCAT_INSTALL_TARGET:=YES
|
|
|
|
NETCAT_DEPENDENCIES = uclibc
|
|
|
|
$(eval $(call AUTOTARGETS,package,netcat))
|