mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
New package: arm-mem-git.
This commit is contained in:
parent
a2c6413827
commit
6f38b035d1
1 changed files with 27 additions and 0 deletions
27
srcpkgs/arm-mem-git/template
Normal file
27
srcpkgs/arm-mem-git/template
Normal file
|
@ -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…
Add table
Reference in a new issue