The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / wipe / wipe.mk
1 ################################################################################
2 #
3 # wipe
4 #
5 ################################################################################
6
7 WIPE_VERSION = 2.3.1
8 WIPE_SITE = http://downloads.sourceforge.net/project/wipe/wipe/$(WIPE_VERSION)
9 WIPE_SOURCE = wipe-$(WIPE_VERSION).tar.bz2
10 WIPE_AUTORECONF = YES
11 WIPE_LICENSE = GPLv2+
12 WIPE_LICENSE_FILES = LICENSE
13
14 define WIPE_INSTALL_TARGET_CMDS
15         $(INSTALL) -D -m 0755 $(@D)/wipe $(TARGET_DIR)/usr/bin/wipe
16 endef
17
18 $(eval $(autotools-package))