]> git.pld-linux.org Git - packages/aview.git/commitdiff
- initial PLD release.
authorpius <pius@pld-linux.org>
Thu, 24 Jun 1999 23:01:05 +0000 (23:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    aview.spec -> 1.1

aview.spec [new file with mode: 0644]

diff --git a/aview.spec b/aview.spec
new file mode 100644 (file)
index 0000000..adfb4db
--- /dev/null
@@ -0,0 +1,66 @@
+Summary:       ASCII-Art image browser and animation player
+Summary(pl):   Przegl±darka obrazków i animacji w formacie ASCII
+Name:          aview
+Version:       1.2
+Release:       2
+Copyright:     GPL
+Group:                 Applications/Graphics
+Group(pl):     Aplikacje/Grafika
+Source:        ftp://ftp.ta.jcu.cz/pub/aa/%{name}-%{version}.tar.gz
+BuildPrereq:   aalib-devel
+BuildPrereq:   gpm-devel
+BuildPrereq:   ncurses-devel
+BuildPrereq:   XFree86-libs
+BuildRoot:     /tmp/%{name}-%{version}-root
+
+%description
+aview is an high quality ascii-art image(pnm) browser and
+animation(fli/flc) player usefull especially with lynx browser.
+
+Supports: stdio, curses, slang, X11, gpm, linux-console.
+
+Features: Save into many formats (html, text, ansi, more/less etc...),
+Contrast, Bright, Gamma control,Image zooming/unzooming, Three dithering
+modes, Hidden "bonus" features :), Inversion, Support for bright, dim,
+inverse attributes/extended character set
+
+%description -l pl
+aview jest wysokiej jako¶ci przegl±dark± obrazków (pnm) i animacji (fli/flc) 
+w formacie ASCII, u¿yteczn± zw³aszcza w po³±czeniu z przegl±dark± lynx.
+
+Wspiera: stdio, curses, slang, X11, gpm, linux-console.
+
+Opcje: zapisywanie w wielu formatach (html, txt, ansi, more/less, etc...), 
+mo¿liwo¶æ ustawienia kontrastu, jasno¶ci i nasycenia, zoom, trzy poziomy 
+ditheringu, itp. oraz ukryte opcje "bonusowe" :)
+
+%prep
+%setup -q
+
+%build
+%configure \
+       --prefix=%{_prefix}
+make
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+
+make install \
+       bindir=$RPM_BUILD_ROOT%{_bindir}
+
+gzip -9nf README ANNOUNCE README.flip ChangeLog TODO
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc {README,ANNOUNCE,README.flip,ChangeLog,TODO}.gz
+%attr(755,root,root) %{_bindir}/*
+
+%changelog
+* Mon Jun 21 1999 Piotr Czerwiñski <pius@pld.org.pl> 
+  [1.2-2]
+- spec file rewritten for PLD use,
+- based on spec file from unknown source.
This page took 0.093815 seconds and 4 git commands to generate.