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
5f6a6963
Commit
5f6a6963
authored
Dec 20, 2016
by
lyxell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a2ps and gperf
parent
765c7853
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
37 additions
and
0 deletions
+37
-0
packages/a2ps.rb
packages/a2ps.rb
+20
-0
packages/gperf.rb
packages/gperf.rb
+17
-0
No files found.
packages/a2ps.rb
0 → 100644
View file @
5f6a6963
require
"package"
class
A2ps
<
Package
version
"4.14"
source_url
"http://ftp.gnu.org/gnu/a2ps/a2ps-4.14.tar.gz"
source_sha1
"365abbbe4b7128bf70dad16d06e23c5701874852"
depends_on
"gperf"
depends_on
"filecmd"
def
self
.
build
system
"./configure"
system
"make"
end
def
self
.
install
system
"make"
,
"DESTDIR=
#{
CREW_DEST_DIR
}
"
,
"install"
end
end
packages/gperf.rb
0 → 100644
View file @
5f6a6963
require
"package"
class
Gperf
<
Package
version
"3.0.4"
source_url
"http://ftp.gnu.org/pub/gnu/gperf/gperf-3.0.4.tar.gz"
source_sha1
"e32d4aff8f0c730c9a56554377b2c6d82d0951b8"
def
self
.
build
system
"./configure"
system
"make"
end
def
self
.
install
system
"make"
,
"DESTDIR=
#{
CREW_DEST_DIR
}
"
,
"install"
end
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