]> git.pld-linux.org Git - packages/php-pecl-bcompiler.git/blame - php-pecl-bcompiler.spec
- do not use macros in URL
[packages/php-pecl-bcompiler.git] / php-pecl-bcompiler.spec
CommitLineData
55fe3227 1%define _modname bcompiler
17ca508d 2%define _status beta
55fe3227 3Summary: %{_modname} - A bytecode compiler for classes
4Summary(pl): %{_modname} - Kompilator kodu bajtowego dla klas
5Name: php-pecl-%{_modname}
3ac40a96 6Version: 0.5
55fe3227 7Release: 1
17ca508d 8License: PHP
55fe3227 9Group: Development/Languages/PHP
10Source0: http://pear.php.net/get/%{_modname}-%{version}.tgz
3ac40a96 11# Source0-md5: c51ba61c9497a5744ffd1d252c7d0935
02ac578e 12URL: http://pear.php.net/package/bcompiler/
55fe3227 13BuildRequires: libtool
14BuildRequires: php-devel
15Requires: php-common
16Obsoletes: php-pear-%{_modname}
17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19%define _sysconfdir /etc/php
20%define extensionsdir %{_libdir}/php
21
22%description
23bcompiler enables you to encode your scripts in phpbytecode, enabling
24you to protect the source. bcompiler could be used in the following
25situations:
26- to create a exe file of a PHP-GTK application (in conjunction with
27 other software)
28- to create closed source libraries
29- to provide clients with time expired software (prior to payment)
30- to deliver close source applications
31- for use on embedded systems, where disk space is a priority.
32
f543b251 33This extension has in PEAR status: %{_status}.
17ca508d 34
55fe3227 35%description -l pl
36