]> git.pld-linux.org Git - packages/argante.git/blob - argante.spec
- force to use openssl >= 0.9.7, idea by kloczek
[packages/argante.git] / argante.spec
1 Summary:        Virtual operating system
2 Summary(pl):    Wirtualny system operacyjny
3 Name:           argante
4 Version:        1.0
5 Release:        1
6 License:        LGPL
7 Group:          Applications/System
8 Source0:        http://lcamtuf.na.export.pl/arg.tgz
9 URL:            http://agt.buka.org/
10 Vendor:         Argante Development Team <argante@cgs.pl>
11 BuildRequires:  svgalib-devel
12 BuildRequires:  openssl-devel >= 0.9.7
13 BuildRequires:  ncurses-devel
14 ExclusiveArch:  %{ix86} alpha
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 Argante is a fully-operational, software-embedded virtual operating
19 system environment, designed for high security, efficiency and
20 usability, reducing amount of resources required to develop complex
21 networked applications and solutions. It supports Hierarchical Access
22 Control, remote Inter-Process Communication for distributed computing
23 (easy clusters / virtual router development) as well as many other
24 features. It comes with comprehensive documentation, many examples, a
25 compact HTTP server and DVR (distributed virtual router) examples.
26
27 %description -l pl
28 Argante to w pe³ni-sprawnym virtualnym systemem operacyjnym
29 zaprojektowanym do tworzenia aplikacji i rozwi±zañ sieciowych o
30 wysokim poziomie bezpieczeñstwa, skuteczno¶ci i u¿yteczno¶ci. System
31 wspiera HAC (hierarchiczne listy dostêpu, zdaln± komunikacjê
32 miêdzyprocesow± dla przetwarzania rozproszonego (klastry, wirtualne
33 routery) jak i wiele innych. Wraz z systemem dostarczana jest
34 dokumentacja, wiele przyk³adów, kompaktowy serwer HTTP oraz DVR
35 (rozproszony router wirtualny).
36
37 %prep
38 %setup -q -n Argante
39 touch * */* */*/*
40
41 %build
42 OPT="%{rpmcflags}" ./build
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46 install -d $RPM_BUILD_ROOT%{_bindir}
47 install -d $RPM_BUILD_ROOT%{_libdir}/argante
48 install -d $RPM_BUILD_ROOT%{_mandir}/man1
49
50 install argante                 $RPM_BUILD_ROOT%{_bindir}
51 install tools/{agt*,ripcd}      $RPM_BUILD_ROOT%{_bindir}
52 install compiler/agtc           $RPM_BUILD_ROOT%{_bindir}
53 install hll/{ahlt,elim,acc}     $RPM_BUILD_ROOT%{_bindir}
54 install modules/*.so            $RPM_BUILD_ROOT%{_libdir}/argante
55 install Documentation/man/*.1   $RPM_BUILD_ROOT%{_mandir}/man1
56
57 %clean
58 rm -rf $RPM_BUILD_ROOT
59
60 %files
61 %defattr(644,root,root,755)
62 %doc Documentation/{ANNOUNCE,ChangeLog,DVR.README,People,README,TODO} Documentation/IPC Examples conf
63 %attr(755,root,root) %{_bindir}/*
64 %attr(755,root,root) %dir %{_libdir}/argante
65 %attr(755,root,root) %{_libdir}/argante/*.so
66 %{_mandir}/man*/*
This page took 0.06891 seconds and 4 git commands to generate.