]> git.pld-linux.org Git - packages/argante.git/blob - argante.spec
- adapterized and made spec %%debug ready or using %%rpm*flags macros
[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 Group(de):      Applikationen/System
9 Group(pl):      Aplikacje/System
10 Source0:        http://lcamtuf.na.export.pl/arg.tgz
11 URL:            http://agt.buka.org/
12 Vendor:         Argante Development Team <argante@cgs.pl>
13 BuildRequires:  svgalib-devel
14 BuildRequires:  openssl-devel
15 BuildRequires:  ncurses-devel
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 gzip -9nf Documentation/{ANNOUNCE,ChangeLog,DVR.README,People,README,TODO}
59
60 %clean
61 rm -rf $RPM_BUILD_ROOT
62
63 %files
64 %defattr(644,root,root,755)
65 %doc Documentation/*.gz Documentation/IPC Examples conf
66 %attr(755,root,root) %{_bindir}/*
67 %attr(755,root,root) %dir %{_libdir}/argante
68 %attr(755,root,root) %{_libdir}/argante/*.so
69 %{_mandir}/man*/*
This page took 0.336167 seconds and 3 git commands to generate.