]> git.pld-linux.org Git - packages/aa3d.git/blob - aa3d.spec
fixed a small typo
[packages/aa3d.git] / aa3d.spec
1 # $Revision: 1.5 $Date: 2002-04-25 15:40:42 $
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:        ftp://download.sourceforge.net/pub/sourceforge/aa-project/%{name}-%{version}.tar.gz
10 URL:            http://aa-project.sourceforge.net/aa3d/
11 BuildRequires:  aalib-devel
12 BuildRequires:  gpm-devel
13 BuildRequires:  ncurses-devel >= 5.2
14 BuildRequires:  XFree86-libs
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 gzip -9nf README logo pyramid
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %doc *.gz
43 %attr(755,root,root) %{_bindir}/*
This page took 0.068093 seconds and 4 git commands to generate.