]> git.pld-linux.org Git - packages/beecrypt.git/blob - beecrypt.spec
- init PLD spec
[packages/beecrypt.git] / beecrypt.spec
1 Summary:        The BeeCrypt Cryptography Library
2 Name:           beecrypt
3 Version:        2.1.0
4 Release:        1
5 License:        LGPL
6 Group:          Development/Libraries
7 Group(de):      Entwicklung/Libraries
8 Group(es):      Desarrollo/Bibliotecas
9 Group(fr):      Development/Librairies
10 Group(pl):      Programowanie/Biblioteki
11 Group(pt_BR):   Desenvolvimento/Bibliotecas
12 Group(ru):      òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
13 Group(uk):      òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
14 Source0:        http://www.virtualunlimited.com/download/%{name}-%{version}.tar.gz
15 URL:            http://beecrypt.virtualunlimited.com/
16 Buildroot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %package devel
19 Requires:       beecrypt = %{version}
20 Summary:        The BeeCrypt Cryptography Library headers
21 Group:          Development/Libraries
22 Group(de):      Entwicklung/Libraries
23 Group(es):      Desarrollo/Bibliotecas
24 Group(fr):      Development/Librairies
25 Group(pl):      Programowanie/Biblioteki
26 Group(pt_BR):   Desenvolvimento/Bibliotecas
27 Group(ru):      òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
28 Group(uk):      òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
29
30 %description
31 BeeCrypt is an open source cryptography library that contains highly
32 optimized C and assembler implementations of many well-known
33 algorithms including Blowfish, MD5, SHA-1, Diffie-Hellman, and
34 ElGamal.
35
36 %description -l pl
37 BeeCrypt jest open sourcow± bibliotek±, która zawiera wysoko
38 zoptymailzowane funkcje w C oraz assemblerze wielu algorytmów
39 szyfrowania m.in. : Blowfish, MD5, SHA-1, Diffie-Hellman oraz ElGamal.
40
41 %description devel
42 Biblioteki do pakietu BeeCrypt.
43
44 %description devel -l pl
45 Biblioteki do pakietu BeeCrypt.
46
47 %prep
48 %setup -q
49
50 %build
51 ./configure --prefix=%{buildroot}%{_prefix} --target=%{_target}
52 %{__make}
53
54 %install
55 rm -rf $RPM_BUILD_ROOT
56 %{__make} install
57
58 %clean
59 make clean
60 rm -rf %{buildroot}
61
62 %files
63 %defattr(644,root,root,755)
64 %{_libdir}/libbeecrypt.la
65 %{_libdir}/libbeecrypt.so.2.1.0
66
67 %post
68 ln -s /usr/lib/libbeecrypt.so.2.1.0 /usr/lib/libbeecrypt.so
69 ln -s /usr/lib/libbeecrypt.so.2.1.0 /usr/lib/libbeecrypt.so.2
70
71 %postun
72 rm -f /usr/lib/libbeecrypt.so.2.1.0
73 rm -f /usr/lib/libbeecrypt.so.2
74 rm -f /usr/lib/libbeecrypt.so
75
76 %files devel
77 %defattr(644,root,root,755)
78 %{_includedir}/beecrypt/base64.h
79 %{_includedir}/beecrypt/beecrypt.h
80 %{_includedir}/beecrypt/blockmode.h
81 %{_includedir}/beecrypt/blockpad.h
82 %{_includedir}/beecrypt/blowfish.h
83 %{_includedir}/beecrypt/blowfishopt.h
84 %{_includedir}/beecrypt/dhaes.h
85 %{_includedir}/beecrypt/dldp.h
86 %{_includedir}/beecrypt/dlkp.h
87 %{_includedir}/beecrypt/dlpk.h
88 %{_includedir}/beecrypt/dlsvdp-dh.h
89 %{_includedir}/beecrypt/elgamal.h
90 %{_includedir}/beecrypt/endianness.h
91 %{_includedir}/beecrypt/entropy.h
92 %{_includedir}/beecrypt/fips180.h
93 %{_includedir}/beecrypt/fips180opt.h
94 %{_includedir}/beecrypt/fips186.h
95 %{_includedir}/beecrypt/hmac.h
96 %{_includedir}/beecrypt/hmacmd5.h
97 %{_includedir}/beecrypt/hmacsha1.h
98 %{_includedir}/beecrypt/hmacsha256.h
99 %{_includedir}/beecrypt/md5.h
100 %{_includedir}/beecrypt/memchunk.h
101 %{_includedir}/beecrypt/mp32.h
102 %{_includedir}/beecrypt/mp32opt.h
103 %{_includedir}/beecrypt/mp32barrett.h
104 %{_includedir}/beecrypt/mp32number.h
105 %{_includedir}/beecrypt/mp32prime.h
106 %{_includedir}/beecrypt/mtprng.h
107 %{_includedir}/beecrypt/rsa.h
108 %{_includedir}/beecrypt/rsakp.h
109 %{_includedir}/beecrypt/rsapk.h
110 %{_includedir}/beecrypt/sha256.h
111 %{_includedir}/beecrypt/timestamp.h
This page took 0.057762 seconds and 3 git commands to generate.