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