1
0
forked from ports/opt

ccrypt: update to 1.10

This commit is contained in:
Juergen Daubert 2012-10-22 08:44:15 +02:00
parent 257d8fbe01
commit a61116a562
3 changed files with 5 additions and 4 deletions

View File

@ -3,10 +3,12 @@ drwxr-xr-x root/root usr/bin/
lrwxrwxrwx root/root usr/bin/ccat -> ccrypt
lrwxrwxrwx root/root usr/bin/ccdecrypt -> ccrypt
lrwxrwxrwx root/root usr/bin/ccencrypt -> ccrypt
-rwxr-xr-x root/root usr/bin/ccguess
-rwxr-xr-x root/root usr/bin/ccrypt
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
lrwxrwxrwx root/root usr/man/man1/ccat.1.gz -> ccrypt.1.gz
lrwxrwxrwx root/root usr/man/man1/ccdecrypt.1.gz -> ccrypt.1.gz
lrwxrwxrwx root/root usr/man/man1/ccencrypt.1.gz -> ccrypt.1.gz
-rw-r--r-- root/root usr/man/man1/ccguess.1.gz
-rw-r--r-- root/root usr/man/man1/ccrypt.1.gz

View File

@ -1 +1 @@
c3f78019d7a166dd66f1d4b1390c62c2 ccrypt-1.9.tar.gz
44ddd763465c254df83f5d38851d04d7 ccrypt-1.10.tar.gz

View File

@ -3,14 +3,13 @@
# Maintainer: Juergen Daubert, jue at crux dot nu
name=ccrypt
version=1.9
version=1.10
release=1
source=(http://ccrypt.sourceforge.net/download/$name-$version.tar.gz)
build () {
cd $name-$version
./configure --prefix=/usr
./configure --prefix=/usr --mandir=/usr/man --disable-nls
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share
}