diff options
Diffstat (limited to 'meta-oe/recipes-extended/wipe/wipe_git.bb')
| -rw-r--r-- | meta-oe/recipes-extended/wipe/wipe_git.bb | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/wipe/wipe_git.bb b/meta-oe/recipes-extended/wipe/wipe_git.bb new file mode 100644 index 0000000000..70229f014e --- /dev/null +++ b/meta-oe/recipes-extended/wipe/wipe_git.bb | |||
| @@ -0,0 +1,26 @@ | |||
| 1 | SUMMARY = "A UNIX tool for secure deletion" | ||
| 2 | DESCRIPTION = "Wipe is a little command for securely erasing files from \ | ||
| 3 | magnetic media. It compiles under various unix platforms, \ | ||
| 4 | including Linux 2. * , (Open, Net, Free)BSD, aix 4.1, SunOS \ | ||
| 5 | 5.5.1, Solaris 2.6. wipe is released under the GPL. Pre-compiled \ | ||
| 6 | packages are available on most Linux distributions. \ | ||
| 7 | Under Debian, the package name is wipe" | ||
| 8 | HOMEPAGE = "http://lambda-diode.com/software/wipe/" | ||
| 9 | LICENSE = "GPLv2" | ||
| 10 | LIC_FILES_CHKSUM = "file://GPL;md5=0636e73ff0215e8d672dc4c32c317bb3" | ||
| 11 | |||
| 12 | SRC_URI = "git://github.com/berke/wipe.git;branch=master \ | ||
| 13 | file://support-cross-compile-for-linux.patch \ | ||
| 14 | " | ||
| 15 | SRCREV = "d9c100c9cd0b1cbbe4359e4d6c9a035d11e7597c" | ||
| 16 | PV = "0.23+git${SRCPV}" | ||
| 17 | |||
| 18 | S = "${WORKDIR}/git" | ||
| 19 | |||
| 20 | EXTRA_OEMAKE = "linux" | ||
| 21 | |||
| 22 | do_install() { | ||
| 23 | make install DESTDIR=${D} | ||
| 24 | } | ||
| 25 | |||
| 26 | do_configure[noexec] = "1" | ||
