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