]> git.pld-linux.org Git - packages/dmg2img.git/blob - dmg2img.spec
- new
[packages/dmg2img.git] / dmg2img.spec
1 Summary:        Tool to convert Apple's compressed DMG to standard (hfsplus) disk image file
2 Summary(pl.UTF-8):      Narzędzie konwertujące skomplesowane pliki Apple DMG na obrazy dysków (hfsplus)
3 Name:           dmg2img
4 Version:        0.3a
5 Release:        1
6 License:        GPL v2
7 Group:          Applications/File
8 Source0:        http://vu1tur.eu.org/tools/download.pl?dmg2img.tar.gz
9 # Source0-md5:  e3fa1bc5f38e961230100c1c2274bd28
10 URL:            http://vu1tur.eu.org/tools/
11 BuildRequires:  zlib-devel
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 dmg2img is an Apple's compressed DMG to standard (hfsplus) image disk file
16 convert tool.
17
18 %description -l pl.UTF-8
19 dwg2img to konwerter skompresowanych plików Apple DMG na standardowe
20 pliki obrazów dysków (hfsplus).
21
22 %prep
23 %setup -q -n %{name}
24
25 %build
26 %{__make} \
27         CC="%{__cc}" \
28         CFLAGS="%{rpmcflags}"
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32
33 install -D dmg2img $RPM_BUILD_ROOT%{_bindir}/dmg2img
34
35 %clean
36 rm -rf $RPM_BUILD_ROOT
37
38 %files
39 %defattr(644,root,root,755)
40 %doc README
41 %attr(755,root,root) %{_bindir}/dmg2img
This page took 0.045648 seconds and 3 git commands to generate.