]> git.pld-linux.org Git - packages/MToolsFM.git/blame - MToolsFM.spec
- pl
[packages/MToolsFM.git] / MToolsFM.spec
CommitLineData
831223cf 1%define vend_ver 1.9
2%define vend_release 3
250c8ee0 3
4Summary: Graphical frontend to mtools - easy access to floppies
aafd7e45 5Summary(pl.UTF-8): Graficzny interfejs do mtools - łatwy dostęp do dyskietek
250c8ee0 6Name: MToolsFM
7Version: %{vend_ver}.%{vend_release}
8Release: 0.1
9License: GPL
10Group: X11/Applications
11Source0: http://www.core-coutainville.org/%{name}/archive/SOURCES/%{name}-%{vend_ver}-%{vend_release}.tar.gz
963cd65d
JB
12# Source0-md5: 5ce76261ad969209c86b28e49924fc43
13URL: http://www.core-coutainville.org/MToolsFM/
0270fca9 14BuildRequires: autoconf
963cd65d
JB
15BuildRequires: automake
16BuildRequires: gtk+-devel
17Requires: mtools
831223cf 18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
250c8ee0 19
20%description
21This program is a little file-manager and allows easy access to
370ddd9f 22(dos-)floppies under Linux / UNIX. It uses mtools and has a nice GUI.
23
07c133b6
JR
24%description -l pl.UTF-8
25Program ten jest niewielkim zarządcą plików umożliwiającym łatwy
920fc045 26dostęp spod Linuksa / Uniksa do DOS-owych dyskietek. Korzysta z mtools
370ddd9f 27i posiada fajny interfejs graficzny.
250c8ee0 28
29%prep
30%setup -q -n %{name}-%{vend_ver}-%{vend_release}
31
32%build
0270fca9 33%{__aclocal}
34%{__autoconf}
250c8ee0 35%{__autoheader}
36%{__automake}
37%configure
38%{__make}
39
250c8ee0 40%install
41rm -rf $RPM_BUILD_ROOT
250c8ee0 42
963cd65d
JB
43%{__make} install \
44 DESTDIR=$RPM_BUILD_ROOT
45
46%find_lang %{name}
250c8ee0 47
48%clean
49rm -rf $RPM_BUILD_ROOT
963cd65d
JB
50
51%files -f %{name}.lang
52%defattr(644,root,root,755)
53%doc AUTHORS ChangeLog README THANKS
54%attr(755,root,root) %{_bindir}/MToolsFM
55%{_mandir}/man1/MToolsFM.1*
This page took 1.243009 seconds and 4 git commands to generate.