2006-02-23 15:26:10 +00:00
|
|
|
# Description: Utility for encrypting and decrypting files and streams
|
|
|
|
# URL: http://ccrypt.sourceforge.net/
|
2011-02-02 13:44:37 +01:00
|
|
|
# Maintainer: Juergen Daubert, jue at crux dot nu
|
2006-02-23 15:26:10 +00:00
|
|
|
|
|
|
|
name=ccrypt
|
2018-07-28 17:32:51 +02:00
|
|
|
version=1.11
|
|
|
|
release=1
|
|
|
|
source=(http://ccrypt.sourceforge.net/download/$version/$name-$version.tar.gz)
|
2006-02-23 15:26:10 +00:00
|
|
|
|
|
|
|
build () {
|
|
|
|
cd $name-$version
|
2016-11-22 14:09:13 +01:00
|
|
|
./configure --prefix=/usr --disable-nls
|
2006-02-23 15:26:10 +00:00
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|