void-packages/srcpkgs/arm-mem-git/template

22 lines
524 B
Plaintext

# Template file for 'arm-mem-git'
pkgname=arm-mem-git
version=20131108
revision=1
build_style=gnu-makefile
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
}