Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
chromebrew
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
chromebrew
Commits
a2b4ab41
Commit
a2b4ab41
authored
Feb 18, 2017
by
lyxell
Committed by
GitHub
Feb 18, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #516 from uberhacker/update-php5-package
Update php5 from 5.6.29 to 5.6.30
parents
07bf3f4c
c6ed3a7c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
packages/php5.rb
packages/php5.rb
+5
-3
No files found.
packages/php5.rb
View file @
a2b4ab41
require
'package'
class
Php5
<
Package
version
'5.6.
29
'
source_url
'http://php.net/distributions/php-5.6.
29
.tar.xz'
# software source tarball url
source_sha1
'
df3301d11d56fbeabd8f6336e9c8f4c47af45562
'
# source tarball sha1 sum
version
'5.6.
30
'
source_url
'http://php.net/distributions/php-5.6.
30
.tar.xz'
# software source tarball url
source_sha1
'
1bca4a340e6aaf82a3e940b0f2de3f36518238e4
'
# source tarball sha1 sum
depends_on
'pkgconfig'
# add package dependencies
depends_on
'zlibpkg'
...
...
@@ -12,6 +12,7 @@ class Php5 < Package
depends_on
'openssl'
depends_on
'curl'
depends_on
'pcre'
depends_on
'readline'
def
self
.
build
# self.build contains commands needed to build the software from source
system
'./configure \
...
...
@@ -21,6 +22,7 @@ class Php5 < Package
--enable-mbstring \
--with-openssl \
--with-pcre-regex \
--with-readline \
--with-zlib'
system
'make'
# ordered chronologically
end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment