Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
677
Issues
677
List
Boards
Labels
Service Desk
Milestones
Merge Requests
202
Merge Requests
202
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
aports
Commits
72b84c30
Commit
72b84c30
authored
Jul 29, 2009
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/rubygems: updated to 1.3.5. install in vendor dir
parent
352ce630
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
+7
-5
main/rubygems/APKBUILD
main/rubygems/APKBUILD
+7
-5
No files found.
main/rubygems/APKBUILD
View file @
72b84c30
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
# Maintainer: Carlo Landmeter <clandmeter@gmail.com>
pkgname
=
rubygems
pkgver
=
1.3.
1
pkgver
=
1.3.
5
pkgrel
=
0
pkgdesc
=
"Ruby package manager"
url
=
"http://docs.rubygems.org"
license
=
"GPL"
depends
=
"ruby"
makedepends
=
"ruby-dev"
source
=
"http://rubyforge.org/frs/download.php/
45905/
${
pkgname
}
-
${
pkgver
}
.tgz
rubygems-1.3.1-setup.patch"
source
=
"http://rubyforge.org/frs/download.php/
60718/rubygems-1.3.5
.tgz
rubygems-1.3.1-setup.patch"
build
()
{
cd
"
$srcdir
/
$pkgname
-
$pkgver
"
patch
-p0
-i
"
$srcdir
"
/rubygems-1.3.1-setup.patch
ruby setup.rb
--prefix
=
/usr
--destdir
"
$pkgdir
"
ruby setup.rb
--prefix
=
/usr
\
--vendor
\
--destdir
"
$pkgdir
"
}
md5sums
=
"
a04ee6f6897077c5b75f5fd1e134c5a9 rubygems-1.3.1
.tgz
md5sums
=
"
6e317335898e73beab15623cdd5f8cff rubygems-1.3.5
.tgz
40ef7562319ac6f82bbbe7315c78bdbb rubygems-1.3.1-setup.patch"
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