### this file is sourced not run
PKGVER=2.3.0
PKGBUILD=1
PKGARCH=x86_64

# source: post BLFS 7.8 2016-01-25
TARBALL=ruby-$PKGVER.tar.gz
MD5SUM=e81740ac7b14a9f837e9573601db3162
SRC_URL=http://cache.ruby-lang.org/pub/ruby/2.3/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC="ruby: ruby $PKGVER (Ruby language)  
ruby:  
ruby: The Ruby package contains the Ruby development environment. This is 
ruby: useful for object-oriented scripting.  
ruby: 
ruby: 
ruby: 
ruby: 
ruby: 
ruby: 
ruby: https://www.ruby-lang.org/en/  
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/ruby*
	./configure $CONFFLAGS \
		--enable-shared \
		--docdir=/usr/share/doc/ruby-$PKGVER &&
	# cp -v template/Doxyfile.tmpl Doxyfile &&
	# doxygen && # doc is a killer
	make $MAKEFLAGS && make install &&	
	pkg_build_slackdesc
}


