blob: ad32cb0e7215d6d043395d9655bc818307b091a8 [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001SUMMARY = "A UNIX tool for secure deletion"
2DESCRIPTION = "Wipe is a little command for securely erasing files from \
3magnetic media. It compiles under various unix platforms, \
4including Linux 2. * , (Open, Net, Free)BSD, aix 4.1, SunOS \
55.5.1, Solaris 2.6. wipe is released under the GPL. Pre-compiled \
6packages are available on most Linux distributions. \
7Under Debian, the package name is wipe"
8HOMEPAGE = "http://lambda-diode.com/software/wipe/"
Andrew Geissler9aee5002022-03-30 16:27:02 +00009LICENSE = "GPL-2.0-only"
Patrick Williamsb48b7b42016-08-17 15:04:38 -050010LIC_FILES_CHKSUM = "file://GPL;md5=0636e73ff0215e8d672dc4c32c317bb3"
11
Andrew Geissler595f6302022-01-24 19:11:47 +000012SRC_URI = "git://github.com/berke/wipe.git;branch=master;protocol=https \
Patrick Williamsddad1a12017-02-23 20:36:32 -060013 file://support-cross-compile-for-linux.patch \
14 file://makefile-add-ldflags.patch \
15"
Brad Bishopb809eb92019-09-18 06:27:43 -040016SRCREV = "796b62293e007546e051619bd03f5ba338ef28e5"
Patrick Williamsb48b7b42016-08-17 15:04:38 -050017
18S = "${WORKDIR}/git"
19
20EXTRA_OEMAKE = "linux"
21
22do_install() {
Patrick Williamsddad1a12017-02-23 20:36:32 -060023 make install DESTDIR=${D}
Patrick Williamsb48b7b42016-08-17 15:04:38 -050024}
25
26do_configure[noexec] = "1"