wok-next diff cryptsetup/receipt @ rev 11087
Up: cryptsetup to 1.3.1.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Oct 17 02:35:46 2011 +0000 (2011-10-17) |
parents | e5ae411e1d8c |
children | 73641efed1cc |
line diff
1.1 --- a/cryptsetup/receipt Mon Apr 04 01:54:51 2011 +0000 1.2 +++ b/cryptsetup/receipt Mon Oct 17 02:35:46 2011 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="cryptsetup" 1.7 -VERSION="1.2.0" 1.8 +VERSION="1.3.1" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="dm-crypt setup tool for encryption of block devices" 1.11 MAINTAINER="b1+slitaz@nagel.org" 1.12 @@ -17,10 +17,9 @@ 1.13 cd $src 1.14 ./configure \ 1.15 --prefix=/usr \ 1.16 - --enable-libdevmapper \ 1.17 $CONFIGURE_ARGS && 1.18 make && 1.19 - make DESTDIR=$PWD/_pkg install 1.20 + make DESTDIR=$DESTDIR install 1.21 } 1.22 1.23 # Rules to gen a SliTaz package suitable for Tazpkg.