2012-11-21 11:12:43 -06:00
|
|
|
# Description: The Oil Runtime Compiler.
|
|
|
|
# URL: http://code.entropywave.com/projects/orc/
|
2013-02-02 01:54:23 +11:00
|
|
|
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
|
2012-11-21 11:12:43 -06:00
|
|
|
# Depends on: orc
|
|
|
|
|
|
|
|
name=orc-32
|
|
|
|
version=0.4.16
|
|
|
|
release=1
|
|
|
|
source=(http://code.entropywave.com/download/orc/orc-$version.tar.gz)
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cd orc-$version
|
|
|
|
|
|
|
|
./configure \
|
|
|
|
--prefix=/usr \
|
|
|
|
--libdir=/usr/lib32
|
|
|
|
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
|
|
|
|
rm -rf $PKG/{etc,var} $PKG/usr/{bin,etc,include,man,sbin,share}
|
|
|
|
}
|