void-packages/srcpkgs/liboil/template
Juan RP 23dd7d008e Update build_style for all templates.
- There's no need to set build_style for custom-install (default).
- gnu_{configure,makefile} renamed to gnu-{configure,makefile}.
2011-10-24 14:14:47 +02:00

22 lines
947 B
Plaintext

# 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
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
Add_dependency run glibc