]> git.pld-linux.org Git - packages/aa3d.git/blob - aa3d.spec
- release 2 to rebuild with ac
[packages/aa3d.git] / aa3d.spec
1 Summary:        ASCII-Art stereogram generator
2 Summary(pl):    Generator stereogramów w postaci ASCII Art
3 Name:           aa3d
4 Version:        1.0
5 Release:        2
6 License:        GPL
7 Group:          Applications/Graphics
8 Source0:        http://dl.sourceforge.net/aa-project/%{name}-%{version}.tar.gz
9 # Source0-md5:  fa0d1547b68b75d83ca3fe37d625584e
10 URL:            http://aa-project.sourceforge.net/aa3d/
11 BuildRequires:  XFree86-devel
12 BuildRequires:  aalib-devel
13 BuildRequires:  gpm-devel
14 BuildRequires:  ncurses-devel >= 5.2
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 ASCII-Art stereogram generator.
19
20 %description -l pl
21 Generator stereogramów w ASCII Art.
22
23 %prep
24 %setup -q
25
26 %build
27 %{__make} \
28         CFLAGS="%{rpmcflags}" \
29         LDFLAGS="%{rpmldflags}"
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33 install -d $RPM_BUILD_ROOT%{_bindir}
34
35 install aa3d $RPM_BUILD_ROOT%{_bindir}
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %doc README logo pyramid
43 %attr(755,root,root) %{_bindir}/*
This page took 0.069906 seconds and 4 git commands to generate.