]> git.pld-linux.org Git - packages/biew.git/blob - biew.spec
1217a76ea202bd8e7b2d0fa799b143713bb27f50
[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 Summary(ru):    biew - ÒÅÄÁËÔÏÒ Ä×ÏÉÞÎÙÈ ÆÁÊÌÏ× Ó ÄÉÚÁÓÓÅÍÂÌÅÒÏÍ
4 Summary(uk):    biew - ÒÅÄÁËÔÏÒ ÄצÊËÏ×ÉÈ ÆÁÊ̦נڠÄÉÚÁÓÅÍÂÌÅÒÏÍ
5 Name:           biew
6 Version:        532
7 Release:        1
8 License:        GPL
9 Group:          Applications/Editors
10 Source0:        http://dl.sourceforge.net/biew/%{name}-%{version}.tar.bz2
11 # Source0-md5:  9619003b7da7306ed876624456a6cae1
12 #Patch0:                %{name}-CURSES.patch
13 URL:            http://biew.sourceforge.net/
14 BuildRequires:  ncurses-devel
15 Buildroot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 BIEW is advanced Binary vIEWer with built-in editor for binary,
19 hexadecimal and disassembler modes. His disassembler supports many
20 processors (Pentium4, K7 Athlon, Cyrix-M2) and many file formats
21 (MZ, NE, PE, LE, LX, DOS.SYS, NLM, arch, ELF, a.out, coff32 PharLap,
22 rdoff).
23
24 %description -l pl
25 BIEW (Binary vIEWer) jest zaawansowan± przegl±dark± i edytorem plików
26 binarnych. Zawiera wbudowany disasembler ze wsparciem dla wielu nowych
27 procesorów (w tym Pentium4, Athlon i Cyrix-M2) oraz wielu formatów
28 plików wykonywalnych (MZ, NE, PE, LE, LX, DOS.SYS, NLM, arch, ELF,
29 a.out, coff32 PharLap, rdoff).
30
31 %description -l ru
32 biew - ÜÔÏ ÐÒÏÓÍÏÔÒÝÉË/ÒÅÄÁËÔÏÒ Ä×ÏÉÞÎÙÈ ÆÁÊÌÏ× Ó ×ÏÚÍÏÖÎÏÓÔØÀ ÐÒÏÓÍÏÔÒÁ
33 É ÒÅÄÁËÔÉÒÏ×ÁÎÉÑ × Ä×ÏÉÞÎÏÍ, ÛÅÓÔÎÁÄÃÁÔÉÒÉÞÎÏÍ É ÄÉÚÁÓÓÅÍÂÅÒÎÏÍ ÒÅÖÉÍÁÈ.
34 ðÏÄÄÅÒÖÉ×ÁÅÔÓÑ ×ÙÄÅÌÅÎÉÅ ÁÓÓÅÍÂÌÅÒÎÙÈ ËÏÍÁÎÄ PentiumIV/K7-Athlon/Cyrix-M2,
35 ÅÓÔØ ËÏÎ×ÅÒÔÏÒ ËÉÒÉÌÌÉÞÅÓËÉÈ ËÏÄÉÒÏ×ÏË, ÐÏÌÎÙÊ ÐÒÏÓÍÏÔÒ ÆÏÒÍÁÔÏ× MZ, NE, PE,
36 LE, LX, DOS.SYS, NLM, ELF.
37
38 %description -l uk
39 biew - ÃÅ ÐÅÒÅÇÌÑÄÁÞ/ÒÅÄÁËÔÏÒ ÄצÊËÏ×ÉÈ ÆÁÊ̦נڠÍÏÖÌÉצÓÔÀ ÐÅÒÅÇÌÑÄÕ ÔÁ
40 ÒÅÄÁÇÕ×ÁÎÎÑ × ÄצÊËÏ×ÏÍÕ, Û¦ÓÔÎÁÄÃÑÔËÏ×ÏÍÕ ÔÁ ÄÉÚÁÓÅÍÂÌÅÒÎÏÍÕ ÒÅÖÉÍÁÈ.
41 ð¦ÄÔÒÉÍÕ¤ÔØÓÑ ×ÉĦÌÅÎÎÑ ÁÓÅÍÂÅÒÎÉÈ ËÏÍÁÎÄ PentiumIV/K7-Athlon/Cyrix-M2,
42 ¤ ËÏÎ×ÅÒÔÏÒ ËÉÒÉ̦ÞÎÉÈ ËÏÄÕ×ÁÎØ, ÐÏ×ÎÉÊ ÐÅÒÅÇÌÑÄ ÆÏÒÍÁԦנMZ, NE, PE, LE,
43 LX, DOS.SYS, NLM, ELF.
44
45 %prep
46 %setup -q
47 #%patch0 -p1
48
49 %build
50 %ifarch %{ix86}
51  target=%{_target_cpu}
52 %else
53  target=generic
54 %endif
55
56 %{__make} \
57         TARGET_PLATFORM=$target \
58         TARGET_OS=unix \
59         INCS="-I. -I/usr/include/ncurses" \
60         compilation=%{?debug:debug}%{!?debug:advance}
61
62 %install
63 rm -rf $RPM_BUILD_ROOT
64 install -d $RPM_BUILD_ROOT%{_bindir}/ $RPM_BUILD_ROOT%{_libdir}/biew/
65
66 install biew $RPM_BUILD_ROOT%{_bindir}
67 install bin_rc/{biew.hlp,skn/*} $RPM_BUILD_ROOT%{_libdir}/biew/
68
69 %clean
70 rm -rf $RPM_BUILD_ROOT
71
72 %files
73 %defattr(644,root,root,755)
74 %doc doc/*txt doc/*.en
75 %lang(ru) %doc doc/*.ru
76 %attr(755,root,root) %{_bindir}/biew
77 %{_libdir}/biew
This page took 0.051208 seconds and 3 git commands to generate.