Move all to deprecated folder.
This commit is contained in:
31
deprecated/firmware/buildroot/package/udpcast/udpcast.mk
Normal file
31
deprecated/firmware/buildroot/package/udpcast/udpcast.mk
Normal file
@@ -0,0 +1,31 @@
|
||||
################################################################################
|
||||
#
|
||||
# udpcast
|
||||
#
|
||||
################################################################################
|
||||
|
||||
UDPCAST_VERSION = 20120424
|
||||
UDPCAST_SITE = http://www.udpcast.linux.lu/download
|
||||
UDPCAST_DEPENDENCIES = host-m4
|
||||
UDPCAST_LICENSE = BSD-2c, GPLv2+
|
||||
UDPCAST_LICENSE_FILES = COPYING
|
||||
|
||||
define UDPCAST_REMOVE_UDP_SENDER
|
||||
rm -f $(TARGET_DIR)/usr/sbin/udp-sender
|
||||
rm -f $(TARGET_DIR)/usr/sbin/udp-sender.1
|
||||
endef
|
||||
|
||||
ifneq ($(BR2_PACKAGE_UDPCAST_SENDER),y)
|
||||
UDPCAST_POST_INSTALL_TARGET_HOOKS += UDPCAST_REMOVE_UDP_SENDER
|
||||
endif
|
||||
|
||||
define UDPCAST_REMOVE_UDP_RECEIVER
|
||||
rm -f $(TARGET_DIR)/usr/sbin/udp-receiver
|
||||
rm -f $(TARGET_DIR)/usr/sbin/udp-receiver.1
|
||||
endef
|
||||
|
||||
ifneq ($(BR2_PACKAGE_UDPCAST_RECEIVER),y)
|
||||
UDPCAST_POST_INSTALL_TARGET_HOOKS += UDPCAST_REMOVE_UDP_RECEIVER
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user