This commit is contained in:
TriForceX
2019-09-25 20:51:37 -03:00
commit 6203ff3e7c
11215 changed files with 428258 additions and 0 deletions

17
package/wipe/wipe.mk Normal file
View 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))