]> git.pld-linux.org Git - packages/aa3d.git/blob - aa3d.spec
244571baad659224e273c45bd5f0bea18787f5d3
[packages/aa3d.git] / aa3d.spec
1 # $Revision: 1.8 $Date: 2003-05-25 05:45:23 $
2 Summary:        ASCII-Art stereogram generator
3 Summary(pl):    Generator stereogramów w postaci ASCII Art
4 Name:           aa3d
5 Version:        1.0
6 Release:        1
7 License:        GPL
8 Group:          Applications/Graphics
9 Source0:        http://dl.sourceforge.net/aa-project/%{name}-%{version}.tar.gz
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} CFLAGS="%{rpmcflags}" LDFLAGS="%{rpmldflags}"
28
29 %install
30 rm -rf $RPM_BUILD_ROOT
31 install -d $RPM_BUILD_ROOT%{_bindir}
32
33 install aa3d $RPM_BUILD_ROOT%{_bindir}
34
35 %clean
36 rm -rf $RPM_BUILD_ROOT
37
38 %files
39 %defattr(644,root,root,755)
40 %doc README logo pyramid 
41 %attr(755,root,root) %{_bindir}/*
This page took 0.074114 seconds and 3 git commands to generate.