]> git.pld-linux.org Git - packages/aewan.git/blob - aewan.spec
- tabs in preamble
[packages/aewan.git] / aewan.spec
1 Summary:        Aewan Ascii Art Editor
2 Summary(pl.UTF-8):      Edytor sztuki Ascii Aewan
3 Name:           aewan
4 Version:        1.0.01
5 Release:        1
6 License:        GPL v2
7 Group:          Applications/Editors
8 Source0:        http://dl.sourceforge.net/aewan/%{name}-%{version}.tar.gz
9 # Source0-md5:  89545338d1eba311297b520f9dc1b976
10 URL:            http://aewan.sourceforge.net/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  ncurses-devel
14 BuildRequires:  zlib-devel
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 Aewan is a multi-layered ascii-art/animation editor that produces both
19 stand-alone cat-able art files and an easy-to-parse format for
20 integration in your terminal applications.
21
22 %description -l pl.UTF-8
23 Aewan jest obsługującym wiele warstw edytorem sztuki ascii/animacji,
24 zdolnym do tworzenia zarówno samodzielnych cat-owalnych plików
25 ascii-art, jak także plików łatwo parsowalnych dla integracji w
26 aplikacjach terminalowych.
27
28 %prep
29 %setup -q
30
31 %build
32 CFLAGS="%{rpmcflags} -I/usr/include/ncurses"
33 %{__aclocal}
34 %{__autoconf}
35 %configure
36
37 %{__make}
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41
42 %{__make} install \
43         DESTDIR=$RPM_BUILD_ROOT
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %doc CHANGELOG README TODO
51 %attr(755,root,root) %{_bindir}/*
52 %{_mandir}/man?/*
This page took 0.050319 seconds and 3 git commands to generate.