]> git.pld-linux.org Git - packages/dmg2img.git/blame - dmg2img.spec
- new
[packages/dmg2img.git] / dmg2img.spec
CommitLineData
8dc573ff
JB
1Summary: Tool to convert Apple's compressed DMG to standard (hfsplus) disk image file
2Summary(pl.UTF-8): Narzędzie konwertujące skomplesowane pliki Apple DMG na obrazy dysków (hfsplus)
3Name: dmg2img
4Version: 0.3a
5Release: 1
6License: GPL v2
7Group: Applications/File
8Source0: http://vu1tur.eu.org/tools/download.pl?dmg2img.tar.gz
9# Source0-md5: e3fa1bc5f38e961230100c1c2274bd28
10URL: http://vu1tur.eu.org/tools/
11BuildRequires: zlib-devel
12BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14%description
15dmg2img is an Apple's compressed DMG to standard (hfsplus) image disk file
16convert tool.
17
18%description -l pl.UTF-8
19dwg2img to konwerter skompresowanych plików Apple DMG na standardowe
20pliki 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
31rm -rf $RPM_BUILD_ROOT
32
33install -D dmg2img $RPM_BUILD_ROOT%{_bindir}/dmg2img
34
35%clean
36rm -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.058032 seconds and 4 git commands to generate.