[notify] cryptsetup-luks: updated to version 1.0.5 and renamed to cryptsetup

Note: You can safely remove cryptsetup-luks and install cryptsetup!
This commit is contained in:
Simon Gloßner 2007-05-07 11:23:17 +02:00
parent 34c7f9b0aa
commit f707f8053c
4 changed files with 8 additions and 5 deletions

View File

@ -1 +0,0 @@
156ae6b618438ee9feeddc6c2bdc4e94 cryptsetup-luks-1.0.4.tar.bz2

1
cryptsetup/.md5sum Normal file
View File

@ -0,0 +1 @@
c9ff005a01a72b1c37a0b1a99fce3d20 cryptsetup-1.0.5.tar.bz2

View File

@ -3,16 +3,19 @@
# Maintainer: Simon Gloßner, viper at hometux dot de
# Depends on: libdevmapper, libgcrypt, popt
name=cryptsetup-luks
version=1.0.4
release=2
name=cryptsetup
version=1.0.5
release=1
source=(http://luks.endorphin.org/source/$name-$version.tar.bz2)
build() {
cd $name-$version
touch m4/Makefile.in
./configure \
--prefix=/usr \
--mandir=/usr/man \
--disable-nls
make
make DESTDIR=$PKG install