orc: new port
This commit is contained in:
parent
a78a4ec39f
commit
e2fc8b8ddc
46
orc/.footprint
Normal file
46
orc/.footprint
Normal file
@ -0,0 +1,46 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/orc-bugreport
|
||||
-rwxr-xr-x root/root usr/bin/orcc
|
||||
drwxr-xr-x root/root usr/include/
|
||||
drwxr-xr-x root/root usr/include/orc-0.4/
|
||||
drwxr-xr-x root/root usr/include/orc-0.4/orc-test/
|
||||
-rw-r--r-- root/root usr/include/orc-0.4/orc-test/orcarray.h
|
||||
-rw-r--r-- root/root usr/include/orc-0.4/orc-test/orcprofile.h
|
||||
-rw-r--r-- root/root usr/include/orc-0.4/orc-test/orcrandom.h
|
||||
-rw-r--r-- root/root usr/include/orc-0.4/orc-test/orctest.h
|
||||
drwxr-xr-x root/root usr/include/orc-0.4/orc/
|
||||
-rw-r--r-- root/root usr/include/orc-0.4/orc/opcodes.h
|
||||
-rw-r--r-- root/root usr/include/orc-0.4/orc/orc-stdint.h
|
||||
-rw-r--r-- root/root usr/include/orc-0.4/orc/orc.h
|
||||
-rw-r--r-- root/root usr/include/orc-0.4/orc/orcarm.h
|
||||
-rw-r--r-- root/root usr/include/orc-0.4/orc/orccpuinsn.h
|
||||
-rw-r--r-- root/root usr/include/orc-0.4/orc/orcdebug.h
|
||||
-rw-r--r-- root/root usr/include/orc-0.4/orc/orcemulateopcodes.h
|
||||
-rw-r--r-- root/root usr/include/orc-0.4/orc/orcfunctions.h
|
||||
-rw-r--r-- root/root usr/include/orc-0.4/orc/orcmmx.h
|
||||
-rw-r--r-- root/root usr/include/orc-0.4/orc/orcneon.h
|
||||
-rw-r--r-- root/root usr/include/orc-0.4/orc/orconce.h
|
||||
-rw-r--r-- root/root usr/include/orc-0.4/orc/orcparse.h
|
||||
-rw-r--r-- root/root usr/include/orc-0.4/orc/orcpowerpc.h
|
||||
-rw-r--r-- root/root usr/include/orc-0.4/orc/orcprogram.h
|
||||
-rw-r--r-- root/root usr/include/orc-0.4/orc/orcsse.h
|
||||
-rw-r--r-- root/root usr/include/orc-0.4/orc/orcutils.h
|
||||
-rw-r--r-- root/root usr/include/orc-0.4/orc/orcx86.h
|
||||
-rw-r--r-- root/root usr/include/orc-0.4/orc/orcx86insn.h
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
-rw-r--r-- root/root usr/lib/liborc-0.4.a
|
||||
-rwxr-xr-x root/root usr/lib/liborc-0.4.la
|
||||
lrwxrwxrwx root/root usr/lib/liborc-0.4.so -> liborc-0.4.so.0.16.0
|
||||
lrwxrwxrwx root/root usr/lib/liborc-0.4.so.0 -> liborc-0.4.so.0.16.0
|
||||
-rwxr-xr-x root/root usr/lib/liborc-0.4.so.0.16.0
|
||||
-rw-r--r-- root/root usr/lib/liborc-test-0.4.a
|
||||
-rwxr-xr-x root/root usr/lib/liborc-test-0.4.la
|
||||
lrwxrwxrwx root/root usr/lib/liborc-test-0.4.so -> liborc-test-0.4.so.0.16.0
|
||||
lrwxrwxrwx root/root usr/lib/liborc-test-0.4.so.0 -> liborc-test-0.4.so.0.16.0
|
||||
-rwxr-xr-x root/root usr/lib/liborc-test-0.4.so.0.16.0
|
||||
drwxr-xr-x root/root usr/lib/pkgconfig/
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/orc-0.4.pc
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/aclocal/
|
||||
-rw-r--r-- root/root usr/share/aclocal/orc.m4
|
1
orc/.md5sum
Normal file
1
orc/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
e482932e544c847761449b106ecbc483 orc-0.4.16.tar.gz
|
17
orc/Pkgfile
Normal file
17
orc/Pkgfile
Normal file
@ -0,0 +1,17 @@
|
||||
# Description: The Oil Runtime Compiler.
|
||||
# URL: http://code.entropywave.com/projects/orc/
|
||||
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
|
||||
# Packager: Syl, syl at clyl dot net
|
||||
|
||||
name=orc
|
||||
version=0.4.16
|
||||
release=1
|
||||
source=(http://code.entropywave.com/download/$name/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
rm -r $PKG/usr/share/gtk-doc
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user