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