|
|
src_unpack() { | src_unpack() { |
unpack ${A} | unpack ${A} |
cd "${S}" | cd "${S}" |
sed -e 's:/sbin/cryptsetup:/bin/cryptsetup:' -i src/policy.h |
|
append-ldflags $(bindnow-flags) | append-ldflags $(bindnow-flags) |
} | } |
|
src_compile() { |
|
econf "--with-cryptsetup-prog=/bin/cryptsetup" || die "econf failed" |
|
emake || die "emake failed" |
|
} |
|
|
src_install () { | src_install () { |
# this is where we mount stuff | # this is where we mount stuff |
# moved to hal as of 0.5.7-r1 | # moved to hal as of 0.5.7-r1 |