22 lines
546 B
Text
22 lines
546 B
Text
# Template file for 'arm-mem-git'
|
|
pkgname=arm-mem-git
|
|
version=20131108
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
hostmakedepends="git"
|
|
only_for_archs="armv6l"
|
|
short_desc="ARM-accelerated versions of selected functions from <string.h>"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="BSD"
|
|
homepage="https://github.com/bavison/arm-mem"
|
|
|
|
do_fetch() {
|
|
git clone git://github.com/bavison/arm-mem ${pkgname}-${version}
|
|
cd ${pkgname}-${version}
|
|
# Latest commit from this date.
|
|
git checkout 8a1fbee
|
|
}
|
|
|
|
do_install() {
|
|
vinstall libarmmem.so 755 usr/lib
|
|
}
|