1
0
forked from ports/contrib

liboil: initial import

This commit is contained in:
Danny Rawlins 2006-12-10 20:24:34 +11:00
parent 405629f83e
commit 1554e74937
3 changed files with 48 additions and 0 deletions

29
liboil/.footprint Normal file
View File

@ -0,0 +1,29 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/oil-bugreport
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/liboil-0.3/
drwxr-xr-x root/root usr/include/liboil-0.3/liboil/
-rw-r--r-- root/root usr/include/liboil-0.3/liboil/liboil-stdint.h
-rw-r--r-- root/root usr/include/liboil-0.3/liboil/liboil.h
-rw-r--r-- root/root usr/include/liboil-0.3/liboil/liboilclasses.h
-rw-r--r-- root/root usr/include/liboil-0.3/liboil/liboilcpu.h
-rw-r--r-- root/root usr/include/liboil-0.3/liboil/liboildebug.h
-rw-r--r-- root/root usr/include/liboil-0.3/liboil/liboilfuncs.h
-rw-r--r-- root/root usr/include/liboil-0.3/liboil/liboilfunction.h
-rw-r--r-- root/root usr/include/liboil-0.3/liboil/liboilgcc.h
-rw-r--r-- root/root usr/include/liboil-0.3/liboil/liboilinternal.h
-rw-r--r-- root/root usr/include/liboil-0.3/liboil/liboilparameter.h
-rw-r--r-- root/root usr/include/liboil-0.3/liboil/liboilprofile.h
-rw-r--r-- root/root usr/include/liboil-0.3/liboil/liboilprototype.h
-rw-r--r-- root/root usr/include/liboil-0.3/liboil/liboilrandom.h
-rw-r--r-- root/root usr/include/liboil-0.3/liboil/liboiltest.h
-rw-r--r-- root/root usr/include/liboil-0.3/liboil/liboiltypes.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/liboil-0.3.a
-rwxr-xr-x root/root usr/lib/liboil-0.3.la
lrwxrwxrwx root/root usr/lib/liboil-0.3.so -> liboil-0.3.so.0.1.0
lrwxrwxrwx root/root usr/lib/liboil-0.3.so.0 -> liboil-0.3.so.0.1.0
-rwxr-xr-x root/root usr/lib/liboil-0.3.so.0.1.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/liboil-0.3.pc

1
liboil/.md5sum Normal file
View File

@ -0,0 +1 @@
770f656bca8166dab33b322d5886a4bf liboil-0.3.10.tar.gz

18
liboil/Pkgfile Normal file
View File

@ -0,0 +1,18 @@
# Description: A library of simple functions optimized for various CPUs.
# URL: http://liboil.freedesktop.org/wiki/
# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au
# Packager: Matt Housh, jaeger at morpheus dot net
# Depends on:
name=liboil
version=0.3.10
release=1
source=(http://liboil.freedesktop.org/download/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make && make DESTDIR=$PKG install
rm -r $PKG/usr/share
}