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