]> git.pld-linux.org Git - packages/PHPTAL.git/commitdiff
- template system required by mediawiki
authordjurban <djurban@pld-linux.org>
Mon, 6 Sep 2004 21:49:28 +0000 (21:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    PHPTAL.spec -> 1.1

PHPTAL.spec [new file with mode: 0644]

diff --git a/PHPTAL.spec b/PHPTAL.spec
new file mode 100644 (file)
index 0000000..b6ab70e
--- /dev/null
@@ -0,0 +1,40 @@
+%include       /usr/lib/rpm/macros.php
+%define                _snap           dev1
+
+Summary:       PHPTAL is an implementation of Zope Page Templates (ZPT) for PHP
+Summary(pl):   PHPTAL jest implementacj± Zope Page Templates (ZPT) w PHP
+Name:          PHPTAL
+Version:       1.0.0
+Release:       0.%{_snap}.1
+License:       PHP 2.02
+Group:         Development/Languages/PHP
+Source0:       http://unc.dl.sourceforge.net/sourceforge/phptal/%{name}-%{version}%{_snap}.tar.gz
+URL:           http://phptal.sourceforge.net/
+BuildRequires: rpm-php-pearprov >= 4.0.2-98
+Requires:      php-GetText
+Requires:      php-Types
+Requires:      php-Algo_map
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+PHPTAL is an implementation of Zope Page Templates (ZPT) for PHP.
+
+%description -l pl
+PHPTAL jest implementacj± Zope Page Templates (ZPT) w PHP.
+
+%prep
+%setup -q -c
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{php_pear_dir}/%{name}
+
+cp -rf %{name}-%{version}%{_snap}/* $RPM_BUILD_ROOT%{php_pear_dir}/%{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{php_pear_dir}/%{name}
This page took 0.05268 seconds and 4 git commands to generate.