]> git.pld-linux.org Git - packages/biew.git/blob - biew.spec
- adapterized.
[packages/biew.git] / biew.spec
1 Summary:        BIEW is Binary vIEWer and editor
2 Summary(pl):    BIEW jest przegl±dark± plików binarnych z edytorem
3 Name:           biew
4 Version:        53p5
5 Release:        1
6 License:        GPL
7 Group:          Applications/Editors
8 Source0:        ftp://biew.sourceforge.net/pub/biew/5.x/src/%{name}%{version}.tar.bz2
9 Patch0:         %{name}-CURSES.patch
10 URL:            http://biew.sourceforge.net/
11 BuildRequires:  ncurses-devel
12 Buildroot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 BIEW is advenced Binary vIEWer with built-in editor for binary,
16 hexadecimal and disassembler modes. His disassembler support many
17 procesors(Pentium4, K7 Athlon, Cyrix-M2) and many file formats (MZ,
18 NE, PE, LE, LX, DOS.SYS, NLM, arch, ELF, a.out, coff32 PharLap, rdoff)
19
20 %description -l pl
21 BIEW (Binary vIEWer) jest zaawansowan± przegl±dark± i edytorem plików
22 binarnych. Zawiera wbudowany disasembler z suportem dla wielu nowych
23 procesorów (w tym Pentium4, Athlon i Cyrix-M2) oraz wielu formatów
24 plików wykonywalnych (MZ, NE, PE, LE, LX, DOS.SYS, NLM, arch, ELF,
25 a.out, coff32 PharLap, rdoff)
26
27 %prep
28 %setup -q -n %{name}%{version}
29 %patch0 -p1
30
31 %build
32 %ifarch %{ix86}
33  target=%{_target_cpu}
34 %else
35  target=generic
36 %endif
37
38 %{__make} \
39         TARGET_PLATFORM=$target \
40         TARGET_OS=%{_target_os} \
41         INCS="-I. -I/usr/include/ncurses" \
42         compilation=%{?debug:debug}%{!?debug:advance}
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46 install -d $RPM_BUILD_ROOT%{_bindir}/ $RPM_BUILD_ROOT%{_libdir}/biew/
47
48 install biew $RPM_BUILD_ROOT%{_bindir}
49 install bin_rc/{biew.hlp,standard.skn} $RPM_BUILD_ROOT%{_libdir}/biew/
50
51 gzip -9nf doc/*txt doc/*.en doc/*.ru
52
53 %clean
54 rm -rf $RPM_BUILD_ROOT
55
56 %files
57 %defattr(644,root,root,755)
58 %doc doc/*.gz
59 %attr(755,root,root) %{_bindir}/biew
60 %{_libdir}/biew
This page took 0.060211 seconds and 4 git commands to generate.