packages: dzen2/dzen2.spec (NEW) - added to cvs

lisu lisu at pld-linux.org
Mon May 30 09:20:57 CEST 2011


Author: lisu                         Date: Mon May 30 07:20:57 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- added to cvs

---- Files affected:
packages/dzen2:
   dzen2.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/dzen2/dzen2.spec
diff -u /dev/null packages/dzen2/dzen2.spec:1.1
--- /dev/null	Mon May 30 09:20:57 2011
+++ packages/dzen2/dzen2.spec	Mon May 30 09:20:52 2011
@@ -0,0 +1,57 @@
+# $Revision$, $Date$
+Summary:	A general purpose messaging and notification program
+Name:		dzen2
+Version:	0.8.5
+Release:	1
+License:	MIT
+Group:		X11/Applications
+Source0:	%{name}-%{version}.tar.gz
+# Source0-md5:	5978620c2124c8a8ad52d7f17ce94fd7
+Patch0:		%{name}-config.patch
+Patch1:		%{name}-verbose.patch
+URL:		https://sites.google.com/site/gotmor/dzen/
+#BuildRequires:	-
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Dzen is a general purpose messaging, notification and menuing program
+for X11. It was designed to be scriptable in any language and
+integrate well with window managers like dwm, wmii and xmonad, though
+it will work with any windowmanger.
+
+%prep
+%setup -q
+%patch0 -p1
+%patch1 -p1
+
+%build
+%{__make} \
+	CC="%{__cc}" \
+	OPTFLAGS="%{rpmcflags}" \
+	PLD_LDFLAGS="%{rpmldflags}" \
+	PREFIX="%{_prefix}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT \
+	PREFIX="%{_prefix}"
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc CREDITS README README.dzen gadgets/README.*
+%attr(755,root,root) %{_bindir}/dzen2
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2011/05/30 07:20:52  lisu
+- added to cvs
+
================================================================


More information about the pld-cvs-commit mailing list