]> git.pld-linux.org Git - packages/lde.git/blob - lde.spec
- ncurses rebuild
[packages/lde.git] / lde.spec
1 Summary:        Linux Disk Editor
2 Summary(pl.UTF-8):      Edytor systemów plików
3 Name:           lde
4 Version:        2.6.1
5 Release:        5
6 License:        GPL
7 Group:          Applications/System
8 Source0:        http://dl.sourceforge.net/lde/%{name}-%{version}.tar.gz
9 # Source0-md5:  7cd3a798cafc07d084db240fd1d1c830
10 Patch0:         %{name}-fix.patch
11 URL:            http://lde.sourceforge.net/
12 BuildRequires:  bison
13 BuildRequires:  gpm-devel
14 BuildRequires:  ncurses-devel
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 This package allows you to view some Linux fs's (a la Norton disk
19 edit), hex block and inode editing are now supported and you can use
20 it to dump and erased file to another partition. Supports ext2, minix,
21 xiafs, and generic binary editor mode.
22
23 %description -l pl.UTF-8
24 Pakiet pozwala na oglądanie niektórych linuksowych systemów plików (w
25 sposób podobny do programu Norton diskedit). Może być użyty do
26 odzyskania skasowanych plików. Obsługuje ext2, minix, xiafs oraz
27 zwykły tryb binarny.
28
29 %prep
30 %setup -q -n %{name}
31 %patch0 -p1
32
33 %build
34 %configure \
35         LIBS="-ltinfo"
36 %{__make}
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40 install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man8}
41
42 %{__make} install \
43         sbindir=$RPM_BUILD_ROOT%{_sbindir} \
44         mandir=$RPM_BUILD_ROOT%{_mandir}/man8
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644,root,root,755)
51 %doc doc/*.tex README* TODO WARNING doc/UNERASE src/ChangeLog
52 %attr(755,root,root) %{_sbindir}/*
53 %{_mandir}/man8/*
This page took 0.073478 seconds and 3 git commands to generate.