ccrypt: update to 1.10
This commit is contained in:
parent
257d8fbe01
commit
a61116a562
@ -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
|
||||
|
@ -1 +1 @@
|
||||
c3f78019d7a166dd66f1d4b1390c62c2 ccrypt-1.9.tar.gz
|
||||
44ddd763465c254df83f5d38851d04d7 ccrypt-1.10.tar.gz
|
||||
|
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user