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
Łukasz Nowak
chromebrew
Commits
790bb6f6
Commit
790bb6f6
authored
6 years ago
by
Ed Reel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove xsltproc package. Duplicate of libxslt.
parent
551aa354
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
18 deletions
+0
-18
packages/xsltproc.rb
packages/xsltproc.rb
+0
-18
No files found.
packages/xsltproc.rb
deleted
100755 → 0
View file @
551aa354
require
'package'
class
Xsltproc
<
Package
description
'The XSLT C library for GNOME'
homepage
'http://xmlsoft.org/XSLT/xsltproc2.html'
version
'1.1.33-rc1'
source_url
'https://git.gnome.org/browse/libxslt/snapshot/libxslt-1.1.33-rc1.tar.xz'
source_sha256
'5e257266ba8472c5c319aff87d54140edb950972805cbf5bcf45c4a040c16506'
def
self
.
build
system
"./autogen.sh"
,
"--prefix=
#{
CREW_PREFIX
}
"
,
"--libdir=
#{
CREW_LIB_PREFIX
}
"
system
"make"
end
def
self
.
install
system
"make"
,
"DESTDIR=
#{
CREW_DEST_DIR
}
"
,
"install"
end
end
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