cornucopia: bump SRCREV
[openembedded.git] / recipes / cryptsetup / cryptsetup_1.0.5.bb
blob637a64cadb64af5d728a24fe6cab1cf23ae9a8b3
1 # Copyright Matthias Hentges <devel@hentges.net> (c) 2007
2 # License: MIT (see http://www.opensource.org/licenses/mit-license.php
3 # for a copy of the license)
5 DESCRIPTION = "cryptsetup with luks support creates and manages encrypted containers and partitions"
6 HOMEPAGE = "http://luks.endorphin.org/"
7 SECTION = "console"
8 LICENSE = "GPL"
9 DEPENDS = "util-linux-ng device-mapper libgcrypt popt"
10 RRECOMMENDS_${PN} = "kernel-module-aes \
11 kernel-module-dm-crypt \
12 kernel-module-md5 \
13 kernel-module-cbc \
14 kernel-module-sha256 \
16 PR = "r3"
18 SRC_URI = "http://luks.endorphin.org/source/cryptsetup-${PV}.tar.bz2"
20 inherit autotools
23 SRC_URI[md5sum] = "0aa2f94c39123f1a0352983e5366179c"
24 SRC_URI[sha256sum] = "4bab529afa00cafde3bc5df2769578c88438f80c5152d4257cd0e86986f95bc4"