SPECS: drupal-themeengine-phptemplate.spec (NEW) - new

glen glen at pld-linux.org
Fri Aug 19 12:54:37 CEST 2005


Author: glen                         Date: Fri Aug 19 10:54:37 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   drupal-themeengine-phptemplate.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/drupal-themeengine-phptemplate.spec
diff -u /dev/null SPECS/drupal-themeengine-phptemplate.spec:1.1
--- /dev/null	Fri Aug 19 12:54:37 2005
+++ SPECS/drupal-themeengine-phptemplate.spec	Fri Aug 19 12:54:31 2005
@@ -0,0 +1,59 @@
+# $Revision$, $Date$
+%define		engine phptemplate
+Summary:	Drupal PHPTemplate theme engine
+Name:		drupal-themeengine-%{engine}
+Version:	4.6.0
+Release:	0.2
+Epoch:		0
+License:	GPL v2
+Group:		Applications/WWW
+Source0:	http://drupal.org/files/projects/%{engine}-%{version}.tar.gz
+# Source0-md5:	54604c9ce9e3a760126152badb0f401d
+URL:		http://drupal.org/project/phptemplate
+Requires:	drupal >= 4.6.0
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define		_enginedir			%{_datadir}/drupal/themes/engines
+
+%description
+A theme engine that allows you to use template files written in pure
+php. These template files do not need to be processed by the theme
+engine, and as such execute a lot faster than most other template
+engines. Another major advantage to using PHP as your template
+language, is flexibility, as the advanced user can access any
+information / functionality available in the Drupal API, and is not
+restricted to what the template engine / language allows him to do.
+
+Several of the largest Drupal sites, such as Drupal.org and
+Spreadfirefox.com use PHPTemplate based themes.
+
+The 'default' template for this engine is box_grey by Adrian Simmons.
+
+%prep
+%setup -q -n %{engine}
+rm -f LICENSE.txt # GPL v2
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_enginedir}/%{engine}
+
+install *.engine *.php $RPM_BUILD_ROOT%{_enginedir}/%{engine}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc *.txt
+%{_enginedir}/%{engine}
+
+%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  2005/08/19 10:54:31  glen
+- new
+
================================================================



More information about the pld-cvs-commit mailing list