source: projects/specs/trunk/d/dillo/dillo-vl.spec @ 521

Revision 521, 1.3 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Summary: a lightweight web browser based on GTK+
2Name: dillo
3Version: 0.7.3
4Release: 0vl1
5URL: http://www.dillo.org/
6Source0: http://www.dillo.org/download/%{name}-%{version}.tar.bz2
7Patch0: http://teki.jpn.ph/pc/software/dillo-0.7.3-i18n-misc-20031219.diff.bz2
8License: GPL2
9Group: Applications/Internet
10BuildRoot: %{_tmppath}/%{name}-root
11
12%description
13- Dillo is a web browser project completely written in C.
14- Dillo is small: source is less than 365 KB, and the binary is around 300 KB!
15- Dillo aims to be a multi-platform browser alternative that's small, stable,
16  developer-friendly, usable, fast, and extensible.
17- Dillo is mainly based on GTK+ (GNOME is NOT required!)
18- Dillo is a free-SW project in the terms of the GNU general public license.
19- Current code uses gzilla-0.2.2's html-parser, and almost everything else
20  was rewritten from scratch!.
21- Dillo is very fast!
22
23%prep
24%setup -q
25%patch0 -p 1
26
27%build
28%configure --enable-meta-refresh --enable-web-search --program-prefix=
29make
30
31%install
32rm -rf %{buildroot}
33%makeinstall
34%{find_lang} %{name}
35
36%clean
37rm -rf %{buildroot}
38
39%files -f %{name}.lang
40%defattr(-,root,root)
41%{_bindir}/dillo
42%{_bindir}/dillocfg
43%{_bindir}/bm_srv12
44%config(noreplace) %{_sysconfdir}/dillorc
45
46%changelog
47* Mon Dec 29 2003 IWAI, Masaharu <iwai@alib.jp> 0.7.3-0vl1
48- Initial build.
49
Note: See TracBrowser for help on using the repository browser.