mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
17
package/wipe/wipe.mk
Normal file
17
package/wipe/wipe.mk
Normal file
@@ -0,0 +1,17 @@
|
||||
################################################################################
|
||||
#
|
||||
# wipe
|
||||
#
|
||||
################################################################################
|
||||
|
||||
WIPE_VERSION = 2.3.1
|
||||
WIPE_SITE = http://downloads.sourceforge.net/project/wipe/wipe/$(WIPE_VERSION)
|
||||
WIPE_SOURCE = wipe-$(WIPE_VERSION).tar.bz2
|
||||
WIPE_LICENSE = GPL-2.0+
|
||||
WIPE_LICENSE_FILES = LICENSE
|
||||
|
||||
define WIPE_INSTALL_TARGET_CMDS
|
||||
$(INSTALL) -D -m 0755 $(@D)/wipe $(TARGET_DIR)/usr/bin/wipe
|
||||
endef
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user