Summary: File encryptor/decryptor/wiper Name: ncrypt Version: 0.6.11 Release: 1 License: GPL Group: Applications/System URL: http://ncrypt.sourceforge.net/ Source0: http://dl.sf.net/sourceforge/ncrypt/%{name}-%{version}.tgz Patch0: %{name}-%{version}-aix.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root %description Ncrypt is a symmetrical file encryptor/decryptor that gives you the choice of the top three candidates for AES as the encryption algorithm (Rijndael, Serpent, Twofish). Ncrypt also offers two file wiping options, for secure and unrecoverable deletion of data, including file slack. Ncrypt is intended to give you security in an insecure environment. If you are wanting to encrypt files, wishing to hide your activites from prying eyes, and want to "cover your tracks", Ncrypt is for you. %prep %setup -q %patch0 %build export CC=xlc ./configure \ --prefix=%{_prefix} make %{?_smp_mflags} %install [ "${RPM_BUILD_ROOT}" != "/" ] && rm -rf ${RPM_BUILD_ROOT} make DESTDIR=${RPM_BUILD_ROOT} install /usr/bin/strip ${RPM_BUILD_ROOT}%{_bindir}/* || : cd ${RPM_BUILD_ROOT} mkdir -p usr/bin cd usr/bin ln -sf ../..%{_bindir}/* . %clean [ "${RPM_BUILD_ROOT}" != "/" ] && rm -rf ${RPM_BUILD_ROOT} %files %defattr(-,root,system,-) %doc AUTHORS ChangeLog COPYING NEWS README TODO %{_bindir}/* %{_mandir}/man8/* /usr/bin/* %changelog * Wed Oct 15 2008 Michael Perzl - 0.6.11-1 - first version for AIX V5.1 and higher