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