]> git.pld-linux.org Git - packages/argante.git/blob - argante.spec
0114cc99effd012746861ddc91b3d3cd9e44b89d
[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 Vendor:         Argante Development Team <argante@cgs.pl>
8 Group:          Applications/System
9 Source0:        http://lcamtuf.na.export.pl/arg.tgz
10 # Source0-md5:  cf5d46d8e5d12521abb7ad4e6277d331
11 URL:            http://agt.buka.org/
12 BuildRequires:  ncurses-devel
13 BuildRequires:  openssl-devel >= 0.9.7d
14 BuildRequires:  svgalib-devel
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} 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.077335 seconds and 2 git commands to generate.