]> git.pld-linux.org Git - packages/aescrypt2.git/commitdiff
- init PLD spec
authorareq <areq@pld-linux.org>
Sun, 9 Jan 2005 16:20:05 +0000 (16:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    aescrypt2.spec -> 1.1

aescrypt2.spec [new file with mode: 0644]

diff --git a/aescrypt2.spec b/aescrypt2.spec
new file mode 100644 (file)
index 0000000..b00d8e8
--- /dev/null
@@ -0,0 +1,35 @@
+Summary:       Command line file encryption program that relies on AES-CBC-256
+Name:          aescrypt2
+Version:       1.0
+Release:       1
+License:       GPL
+Group:         Applications
+Source0:       http://www.cr0.net:8040/code/crypto/aes/%{name}-%{version}.tgz
+# Source0-md5: 90db12e9fa66a43935201da33195a6b9
+URL:           http://www.cr0.net:8040/code/crypto/aes/
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+aescrypt2 is a command line file encryption program that relies on
+AES-CBC-256 plus HMAC-SHA256. It has been designed to be portable
+(works on all Unix flavors and Win32) as well as very straightforward
+to use.
+
+%prep
+%setup -q
+
+%build
+%{__make} \
+       CC="%__cc"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -D aescrypt2  $RPM_BUILD_ROOT%{_bindir}/aescrypt2
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
This page took 0.092039 seconds and 4 git commands to generate.