]> git.pld-linux.org Git - packages/bbmail.git/commitdiff
- new cute package
authorfilon <filon@sokrates.mimuw.edu.pl>
Wed, 23 Jan 2002 10:48:08 +0000 (10:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bbmail.spec -> 1.1

bbmail.spec [new file with mode: 0644]

diff --git a/bbmail.spec b/bbmail.spec
new file mode 100644 (file)
index 0000000..c524f7f
--- /dev/null
@@ -0,0 +1,58 @@
+Summary:       A mail notification program designed for blackbox
+Summary(pl):   Powiadamiacz o poczcie zaprojektowany dla blackboksa
+Name:          bbmail
+Version:       0.8.2
+Release:       1
+License:       GPL
+Group:         X11/Applications
+Group(de):     X11/Applikationen
+Group(pl):     X11/Aplikacje
+Source0:       http://bbtools.windsofstorm.net/sources/%{name}-%{version}.tar.gz
+URL:           http://bbtools.windsofstorm.net/
+BuildRequires: XFree86-devel
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                _prefix         /usr/X11R6
+%define                _mandir         %{_prefix}/man
+
+%description
+bbmail is a tool which notifies you about arriving mail. It works great with
+blackbox window manager, becouse it use it's theme, but it can also work
+with other.
+bbmail can use multiple mailboxes (in many types), it is highly configurable.
+
+%description -l pl
+bbmail jest programem powiadamiaj±cym o przychodz±cej poczcie. Wspólpracuje
+z zarz±dca okien blackbox, u¿ywaj±c jego ustawieñ wygl±du, aczkolwiek mo¿e te¿
+dzia³aæ z innym.
+Obs³uguje wiele skrzynek pocztowych (w ró¿nych formatach), jest wysoce
+konfigurowalny.
+
+%prep
+%setup -q
+
+%build
+aclocal
+autoconf
+automake -a -c
+%configure
+%{__make} CXX="%{__cc}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} DESTDIR=$RPM_BUILD_ROOT install
+
+gzip -9nf AUTHORS BUGS README TODO ChangeLog
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc *.gz
+%attr(755,root,root) %{_bindir}/bb*
+%{_mandir}/*/*
+%config %{_datadir}/bbtools/%{name}.*
This page took 0.076589 seconds and 4 git commands to generate.