Author: wolf Date: Wed Sep 6 17:48:38 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - new
---- Files affected: SPECS: gtk2-theme-engine-murrine.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/gtk2-theme-engine-murrine.spec diff -u /dev/null SPECS/gtk2-theme-engine-murrine.spec:1.1 --- /dev/null Wed Sep 6 19:48:38 2006 +++ SPECS/gtk2-theme-engine-murrine.spec Wed Sep 6 19:48:33 2006 @@ -0,0 +1,61 @@ +# $Revision$, $Date$ +Summary: murrine theme +Name: gtk2-theme-engine-murrine +Version: 0.10 +Release: 1 +License: GPL +Group: Themes/GTK+ +Source0: http://cimi.netsons.org/media/download_gallery/murrine/murrine-%{version}.tar.bz2 +# Source0-md5: a114aa2f452c508b9524399ec598554f +URL: http://cimi.netsons.org/pages/murrine.php +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: gtk+2-devel +BuildRequires: libtool +BuildRequires: pkgconfig +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +"Murrine" is an Italian word meaning the glass artworks done by +Venicians glass blowers. They're absolutely wonderful and colorful. +Murrine has this object to provide the ability to make your desktop +look like a "Murrina", which is the Italian singular of the name +"Murrine". + +%prep +%setup -q -n murrine-%{version} + +%build +%{__libtoolize} +%{__aclocal} +%{__autoconf} +%{__automake} +%configure \ + --enable-animation +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +rm -f $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/*/engines/*.{a,la} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc AUTHORS README +%attr(755,root,root) %{_libdir}/gtk-2.0/*/engines/*.so + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2006/09/06 17:48:33 wolf +- new + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
