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