21 lines
933 B
Text
21 lines
933 B
Text
# Template build file for 'liboil'.
|
|
pkgname=liboil
|
|
version=0.3.17
|
|
distfiles="http://liboil.freedesktop.org/download/$pkgname-$version.tar.gz"
|
|
build_style=gnu-configure
|
|
revision=1
|
|
short_desc="Library of Optimized Inner Loops, CPU optimized functions"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=105f02079b0b50034c759db34b473ecb5704ffa20a5486b60a8b7698128bfc69
|
|
homepage="${XORG_HOME}"
|
|
license="BSD"
|
|
long_desc="
|
|
Liboil is a library of simple functions that are optimized for various CPUs.
|
|
These functions are generally loops implementing simple algorithms, such as
|
|
converting an array of N integers to floating-poing numbers or multiplying
|
|
and summing an array of N numbers. Clearly such functions are candidates for
|
|
significant optimization using various techniques, especially by using
|
|
extended instructions provided by modern CPUs (Altivec, MMX, SSE, etc.)."
|
|
|
|
subpackages="$pkgname-devel"
|
|
Add_dependency build pkg-config
|