opt/cryptsetup/Pkgfile
2009-07-20 11:21:01 +02:00

26 lines
523 B
Plaintext

# Description: user-friendly dm-crypt/LUKS interface
# URL: http://code.google.com/p/cryptsetup/
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
# Depends on: lvm2, libgcrypt, popt
name=cryptsetup
version=1.0.6
release=2
source=(http://$name.googlecode.com/files/$name-$version.tar.bz2
$name.diff)
build() {
cd $name-$version
patch -Np1 -i $SRC/$name.diff
touch m4/Makefile.in
./configure \
--prefix=/usr \
--mandir=/usr/man \
--disable-nls
make
make DESTDIR=$PKG install
}