vp-build/srcpkgs/arm-mem-git/template

23 lines
549 B
Bash

# 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@voidlinux.eu>"
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
}