opt/ccrypt/Pkgfile

16 lines
412 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01: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 16:26:10 +01:00
name=ccrypt
2012-10-22 08:44:15 +02:00
version=1.10
2006-02-23 16:26:10 +01:00
release=1
source=(http://ccrypt.sourceforge.net/download/$name-$version.tar.gz)
build () {
cd $name-$version
2012-10-22 08:44:15 +02:00
./configure --prefix=/usr --mandir=/usr/man --disable-nls
2006-02-23 16:26:10 +01:00
make
make DESTDIR=$PKG install
}