]> git.pld-linux.org Git - packages/disktype.git/blob - disktype.spec
- tabs in preamble
[packages/disktype.git] / disktype.spec
1 Summary:        Disktype - detect the content format of a disk or disk image
2 Summary(pl.UTF-8):      Disktype - narzędzie do wykrywania formatu dysku lub jego obrazu
3 Name:           disktype
4 Version:        9
5 Release:        1
6 License:        MIT
7 Group:          Applications/System
8 Source0:        http://dl.sourceforge.net/disktype/%{name}-%{version}.tar.gz
9 # Source0-md5:  25a673f162b9c01cd565109202559489
10 URL:            http://disktype.sourceforge.net/
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 The purpose of disktype is to detect the content format of a disk or
15 disk image. It knows about common file systems, partition tables, and
16 boot codes.
17
18 %description -l pl.UTF-8
19 disktype służy do wykrywania formatu dysku lub jego obrazu. Zna
20 podstawowe systemy plików, tablice partycji oraz kody startowe.
21
22 %prep
23 %setup -q
24
25 %build
26 %{__make} \
27         CC="%{__cc}" \
28         CFLAGS="%{rpmcflags}" \
29         LDFLAGS="%{rpmldflags}"
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33
34 install -D disktype $RPM_BUILD_ROOT%{_bindir}/disktype
35
36 %clean
37 rm -rf $RPM_BUILD_ROOT
38
39 %files
40 %defattr(644,root,root,755)
41 %doc HISTORY LICENSE README TODO
42 %attr(755,root,root) %{_bindir}/*
This page took 0.064776 seconds and 3 git commands to generate.