Skip to content

Commit

Permalink
fixed: build.conf for optionl packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Sotaro KARASAWA committed Oct 25, 2011
1 parent f8f55ba commit 8a73a81
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions misc/optional_package/Smarty/build/build.conf
Expand Up @@ -10,10 +10,10 @@ package_type = php
baseinstalldir = /Smarty
channel = pear.ethna.jp
summary = PHP Template Engine
;description = Most Popular Template Engine
description = Smarty is a template engine for PHP, facilitating the separation of presentation from application logic.
notes = PEAR Style Package
;summary_file = <filepath>
description_file = ../src/Smarty-2.6.26/README
;description_file = ../src/Smarty-2.6.26/README
;notes_file = <filepath>

[role]
Expand Down
4 changes: 2 additions & 2 deletions misc/optional_package/Smarty3/build/build.conf
Expand Up @@ -10,10 +10,10 @@ package_type = php
baseinstalldir = /Smarty3
channel = pear.ethna.jp
summary = PHP Template Engine
;description = Most Popular Template Engine
description = Smarty is a template engine for PHP, facilitating the separation of presentation from application logic.
notes = PEAR Style Package
;summary_file = <filepath>
description_file = ../src/Smarty-3.1.4/README
;description_file = ../src/Smarty-3.1.4/README
;notes_file = <filepath>

[role]
Expand Down
6 changes: 3 additions & 3 deletions misc/optional_package/simpletest/build/build.conf
Expand Up @@ -9,11 +9,11 @@ package_name = simpletest
package_type = php
baseinstalldir = /simpletest
channel = pear.ethna.jp
summary = Unit testing, mock objects and web testing framework for PHP built around test cases.
;description =
summary = Unit testing, mock objects and web testing framework for PHP built around test cases.
description = The SimpleTest PHP unit tester.
notes = PEAR Style Package
;summary_file = <filepath>
description_file = ../src/simpletest/README
;description_file = ../src/simpletest/README
;notes_file = <filepath>

[role]
Expand Down
4 changes: 2 additions & 2 deletions misc/optional_package/simpletest1.1/build/build.conf
Expand Up @@ -10,10 +10,10 @@ package_type = php
baseinstalldir = /simpletest
channel = pear.ethna.jp
summary = Unit testing, mock objects and web testing framework for PHP built around test cases.
;description =
description = The SimpleTest PHP unit tester.
notes = PEAR Style Package
;summary_file = <filepath>
description_file = ../src/simpletest/README
;description_file = ../src/simpletest/README
;notes_file = <filepath>

[role]
Expand Down

0 comments on commit 8a73a81

Please sign in to comment.