opt/cryptsetup/Pkgfile

26 lines
523 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# 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
2006-02-23 16:26:10 +01:00
name=cryptsetup
2008-04-02 18:08:50 +02:00
version=1.0.6
release=2
source=(http://$name.googlecode.com/files/$name-$version.tar.bz2
$name.diff)
2006-02-23 16:26:10 +01:00
build() {
cd $name-$version
patch -Np1 -i $SRC/$name.diff
touch m4/Makefile.in
2006-02-23 16:26:10 +01:00
./configure \
--prefix=/usr \
--mandir=/usr/man \
2006-02-23 16:26:10 +01:00
--disable-nls
make
make DESTDIR=$PKG install
}