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