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
95b845ff
Commit
95b845ff
authored
8 years ago
by
Damian Montero
Committed by
GitHub
8 years ago
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #266 from lyxell/fix-libpng-url
Fix libpng url
parents
4dbe4bed
d4636330
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
packages/libpng.rb
packages/libpng.rb
+3
-3
No files found.
packages/libpng.rb
View file @
95b845ff
require
'package'
require
'package'
class
Libpng
<
Package
class
Libpng
<
Package
version
'1.6.2
4
'
version
'1.6.2
6
'
source_url
'http://
downloads.sourceforge.net/project/libpng/libpng16/1.6.24/libpng-1.6.24.tar.x
z'
source_url
'http://
prdownloads.sourceforge.net/libpng/libpng-1.6.26.tar.g
z'
source_sha1
'
b8fa86449bebd7b1cda71e0ed2cd417b6596ce78
'
source_sha1
'
3b2652f89b8fdcb6c29e9ed7642dfcfc0bbcf17e
'
def
self
.
build
def
self
.
build
system
"./configure --libdir=/usr/local/lib
#{
SHORTARCH
}
/ CC=
\"
gcc -m
#{
SHORTARCH
}
\"
CFLAGS=
\"
-fPIC
\"
"
system
"./configure --libdir=/usr/local/lib
#{
SHORTARCH
}
/ CC=
\"
gcc -m
#{
SHORTARCH
}
\"
CFLAGS=
\"
-fPIC
\"
"
...
...
This diff is collapsed.
Click to expand it.
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