arm-mem-git: remove
This commit is contained in:
parent
4cc5c56aea
commit
09a1731129
|
@ -0,0 +1 @@
|
||||||
|
arm-mem-git is no longer provided by Void Linux, and will be fully removed from the repos on 17/12/2018
|
|
@ -1,22 +1,9 @@
|
||||||
# Template file for 'arm-mem-git'
|
# Template file for 'arm-mem-git'
|
||||||
pkgname=arm-mem-git
|
pkgname=arm-mem-git
|
||||||
version=20131108
|
version=20131108
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-makefile
|
noarch=yes
|
||||||
hostmakedepends="git"
|
build_style=meta
|
||||||
only_for_archs="armv6l"
|
short_desc="ARM-accelerated versions of selected functions from <string.h> (removed package)"
|
||||||
short_desc="ARM-accelerated versions of selected functions from <string.h>"
|
license="metapackage"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
||||||
license="BSD"
|
|
||||||
homepage="https://github.com/bavison/arm-mem"
|
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
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue