]> git.pld-linux.org Git - packages/aa3d.git/blob - aa3d.spec
perl -pi -e "s/pld-list\@pld.org.pl/feedback\@pld.org.pl/"
[packages/aa3d.git] / aa3d.spec
1 # $Revision: 1.3 $Date: 2002-01-18 02:12:17 $
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 Group(de):      Applikationen/Grafik
10 Group(pl):      Aplikacje/Grafika
11 Source0:        ftp://download.sourceforge.net/pub/sourceforge/aa-project/%{name}-%{version}.tar.gz
12 URL:            http://aa-project.sourceforge.net/aa3d/
13 BuildRequires:  aalib-devel
14 BuildRequires:  gpm-devel
15 BuildRequires:  ncurses-devel >= 5.2
16 BuildRequires:  XFree86-libs
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 ASCII-Art stereogram generator.
21
22 %description -l pl
23 Generator stereogramów w ASCII Art.
24
25 %prep
26 %setup -q
27
28 %build
29 %{__make} CFLAGS="%{rpmcflags}" 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 gzip -9nf README logo pyramid
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %doc *.gz
45 %attr(755,root,root) %{_bindir}/*
This page took 0.736695 seconds and 4 git commands to generate.