]> git.pld-linux.org Git - packages/drupal-themeengine-phptemplate.git/commitdiff
- new
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 19 Aug 2005 10:54:31 +0000 (10:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    drupal-themeengine-phptemplate.spec -> 1.1

drupal-themeengine-phptemplate.spec [new file with mode: 0644]

diff --git a/drupal-themeengine-phptemplate.spec b/drupal-themeengine-phptemplate.spec
new file mode 100644 (file)
index 0000000..f24837a
--- /dev/null
@@ -0,0 +1,48 @@
+%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}
This page took 0.104128 seconds and 4 git commands to generate.