]> git.pld-linux.org Git - packages/aewan.git/commitdiff
- initital rpm version
authorundefine <undefine@pld-linux.org>
Mon, 18 Oct 2004 22:38:40 +0000 (22:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    aewan.spec -> 1.1

aewan.spec [new file with mode: 0644]

diff --git a/aewan.spec b/aewan.spec
new file mode 100644 (file)
index 0000000..6a3d996
--- /dev/null
@@ -0,0 +1,54 @@
+Summary:       Aewan Ascii Art Editor
+Summary(pl):   Edytor sztuki Ascii Aewan
+Name:          aewan
+Version:       0.9.3
+Release:       1
+License:       GPL
+Group:         Applications/Editors
+Source0:       http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
+# Source0-md5: 5cff245a78f614a846c3328a9c2beb88
+# Source0-size:        92160
+Patch0:                %{name}-DESTDIR.patch
+URL:           http://aewan.sourceforge.net/
+BuildRequires: automake
+BuildRequires: autoconf
+BuildRequires: ncurses-devel
+BuildRequires: zlib-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Aewan is a multi-layered ascii-art/animation editor that produces both
+stand-alone cat-able art files and an easy-to-parse format for
+integration in your terminal applications.
+
+%description -l pl
+Aewan jest obs³uguj±cym wiele warstw edytorem sztuki ascii/animacji,
+zdolnym do tworzenia zarówno samodzielnych cat-owalnych plików
+ascii-art, jak tak¿e plików ³atwo parsowalnych dla integracji w
+aplikacjach terminalowych.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+CFLAGS="%{rpmcflags} -I%{_includedir}/ncurses"
+%{__aclocal}
+%{__autoconf}
+%configure
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man?/*
This page took 0.076708 seconds and 4 git commands to generate.