opt/ccrypt/Pkgfile

16 lines
412 B
Plaintext

# Description: Utility for encrypting and decrypting files and streams
# URL: http://ccrypt.sourceforge.net/
# Maintainer: Juergen Daubert, jue at crux dot nu
name=ccrypt
version=1.10
release=1
source=(http://ccrypt.sourceforge.net/download/$name-$version.tar.gz)
build () {
cd $name-$version
./configure --prefix=/usr --mandir=/usr/man --disable-nls
make
make DESTDIR=$PKG install
}