New package: arm-mem-git.
This commit is contained in:
parent
a2c6413827
commit
6f38b035d1
|
@ -0,0 +1,27 @@
|
|||
# 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
|
||||
}
|
||||
|
||||
arm-mem-git_package() {
|
||||
pkg_install() {
|
||||
vmove all
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue