]> git.pld-linux.org Git - packages/alpine.git/commitdiff
- new replacement for Pine email client
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 8 Jul 2007 10:28:00 +0000 (10:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    alpine.spec -> 1.1

alpine.spec [new file with mode: 0644]

diff --git a/alpine.spec b/alpine.spec
new file mode 100644 (file)
index 0000000..add927b
--- /dev/null
@@ -0,0 +1,66 @@
+Summary:       University of Washington Pine mail user agent
+Name:          alpine
+Version:       0.999
+Release:       0.1
+License:       Apache License
+Group:         Applications/Mail
+Source0:       ftp://ftp.cac.washington.edu/alpine/%{name}-%{version}.tar.gz
+# Source0-md5: 082de388a998c1faa2385ebdfd6800f5
+URL:           http://www.washington.edu/alpine
+BuildRequires: ncurses-devel
+BuildRequires: openldap-devel
+BuildRequires: openssl-devel
+BuildRequires: tcl-devel
+BuildRequires: pam-devel
+BuildRequires: krb5-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Alpine -- an Alternatively Licensed Program for Internet News & Email
+-- is a tool for reading, sending, and managing electronic messages.
+Alpine is the successor to Pine and was developed by Computing &
+Communications at the University of Washington. Though originally
+designed for inexperienced email users, Alpine supports many advanced
+features, and an ever-growing number of configuration and
+personal-preference options.
+
+%prep
+%setup -q
+
+%build
+%configure \
+       --enable-quotas \
+       --with-smtp-msa=%{_libdir}/sendmail \
+       --with-spellcheck-prog=aspell \
+       --with-system-pinerc=/etc/alpine/alpine.conf \
+       --with-system-fixed-pinerc=/etc/alpine/alpine.conf.fixed \
+       --with-krb5-dir=%{_prefix} \
+       --with-ldap-dir=%{_prefix} \
+       --with-system-mail-directory=/var/mail
+%{__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)
+%doc README LICENSE doc/tech-notes.txt
+%attr(755,root,root) %{_bindir}/alpine
+%attr(755,root,root) %{_bindir}/pico
+%attr(755,root,root) %{_bindir}/pilot
+%attr(755,root,root) %{_bindir}/rpload
+%attr(755,root,root) %{_bindir}/rpdump
+%attr(755,root,root) %{_bindir}/mailutil
+%attr(2755, root, mail) %{_sbindir}/mlock
+%{_mandir}/man1/alpine.1*
+%{_mandir}/man1/pico.1*
+%{_mandir}/man1/pilot.1*
+%{_mandir}/man1/rpload.1*
+%{_mandir}/man1/rpdump.1*
+%{_mandir}/man1/mailutil.1*
This page took 0.083635 seconds and 4 git commands to generate.