[Pkg-php-commits] [php/debian-sid] Build the enchant extension

Raphael Geissert geissert at debian.org
Sun Feb 7 23:17:14 UTC 2010


---
 debian/control    |   13 +++++++++++++
 debian/modulelist |    1 +
 debian/rules      |    1 +
 3 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/debian/control b/debian/control
index 0a9cb77..faf9bb6 100644
--- a/debian/control
+++ b/debian/control
@@ -20,6 +20,7 @@ Build-Depends: apache2-prefork-dev,
 	       libc-client-dev,
 	       libcurl4-openssl-dev | libcurl-dev,
 	       libdb-dev (>= 4.7) | libdb4.8-dev | libdb4.6-dev,
+	       libenchant-dev,
 	       libexpat1-dev (>= 1.95.2-2.1),
 	       libfreetype6-dev,
 	       libgcrypt11-dev,
@@ -223,6 +224,18 @@ Description: CURL module for php5
  in. The goal of the language is to allow web developers to write dynamically
  generated pages quickly. This version of PHP5 was built with the Suhosin patch.
 
+Package: php5-enchant
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${php:Depends}, php5-common (= ${binary:Version})
+Description: Enchant module for php5
+ This package provides a module for the generic spell checking library
+ Enchant, which can use engines such as ispell, aspell and myspells.
+ .
+ PHP5 is an HTML-embedded scripting language. Much of its syntax is borrowed
+ from C, Java and Perl with a couple of unique PHP-specific features thrown
+ in. The goal of the language is to allow web developers to write dynamically
+ generated pages quickly. This version of PHP5 was built with the Suhosin patch.
+
 Package: php5-gd
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${php:Depends}, php5-common (= ${binary:Version})
diff --git a/debian/modulelist b/debian/modulelist
index a4f0329..36ea724 100644
--- a/debian/modulelist
+++ b/debian/modulelist
@@ -1,4 +1,5 @@
 curl CURL
+enchant Enchant
 gd GD
 gmp GMP
 imap IMAP
diff --git a/debian/rules b/debian/rules
index b38a24d..a160841 100755
--- a/debian/rules
+++ b/debian/rules
@@ -217,6 +217,7 @@ configure-apache2-stamp: prepared-stamp
 		$(COMMON_CONFIG) \
 		--without-mm \
 		--with-curl=shared,/usr \
+		--with-enchant=shared,/usr \
 		--with-zlib-dir=/usr \
 		--with-gd=shared,/usr --enable-gd-native-ttf \
 		--with-gmp=shared,/usr \
-- 
1.6.3.3





More information about the Pkg-php-commits mailing list