malfs mekanizma guncelleme
This commit is contained in:
parent
16e22a169b
commit
201e58e9f2
|
@ -1,18 +1,22 @@
|
|||
# Description: An object-oriented language for quick and easy programming
|
||||
# URL: http://ruby-lang.org
|
||||
# Packager: pierre at nutyx dot org
|
||||
# Maintainer: Juergen Daubert, jue at crux dot nu
|
||||
# Description: Ruby interpreter
|
||||
# URL: http://www.ruby-lang.org
|
||||
# Depends on: doxygen
|
||||
|
||||
name=ruby
|
||||
version=2.3.0
|
||||
release=1
|
||||
source=(http://cache.ruby-lang.org/pub/$name/${version%.*}/$name-$version.tar.xz)
|
||||
|
||||
source=(http://cache.ruby-lang.org/pub/ruby/2.2/ruby-$version.tar.xz)
|
||||
build () {
|
||||
cd $name-$version
|
||||
|
||||
build() {
|
||||
cd ruby-$version
|
||||
./configure --prefix=/usr --enable-shared \
|
||||
--docdir=/usr/share/doc/ruby-$version
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
./configure --prefix=/usr \
|
||||
--enable-shared \
|
||||
--disable-install-doc \
|
||||
--with-ruby-version=minor
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue