]> git.pld-linux.org Git - SPECS.git/blob - hugo.spec
SPECS updated Tue 30 Apr 15:13:02 CEST 2024
[SPECS.git] / hugo.spec
1 Summary:        PC Emulator
2 Summary(pl.UTF-8):      Emulator PC
3 Name:           hugo
4 Version:        2.12
5 Release:        1
6 License:        GPL
7 Group:          Applications/Emulators
8 Source0:        http://www.zeograd.com/download/%{name}-%{version}.tar.gz
9 # Source0-md5:  1256ab47592413d12789166da23c00fc
10 URL:            http://www.zeograd.com/
11 BuildRequires:  SDL-devel
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 Hu-Go! PC Emulator.
16
17 %description -l pl.UTF-8
18 Hu-Go! Emulator PC.
19
20 %prep
21 %setup -q
22
23 %build
24 %configure 
25 %{__make}
26
27 %install
28 rm -rf $RPM_BUILD_ROOT
29
30 %{__make} install \
31     DESTDIR=$RPM_BUILD_ROOT
32
33 %clean
34 rm -rf $RPM_BUILD_ROOT
35
36 %files
37 %defattr(644,root,root,755)
38 %doc AUTHORS NEWS README TODO doc
39 %attr(755,root,root) %{_bindir}/*
40 %dir %{_datadir}/%{name}
41 %dir %{_datadir}/%{name}/pixmaps
42 %{_datadir}/%{name}/pixmaps/*
This page took 0.297224 seconds and 3 git commands to generate.