libump-git: remove
This commit is contained in:
parent
4a72398a96
commit
4cc5c56aea
3 changed files with 6 additions and 36 deletions
|
@ -1 +0,0 @@
|
||||||
libump-git
|
|
1
srcpkgs/libump-git/INSTALL.msg
Normal file
1
srcpkgs/libump-git/INSTALL.msg
Normal file
|
@ -0,0 +1 @@
|
||||||
|
libump-git is no longer provided by Void Linux, and will be fully removed from the repos on 17/12/2018
|
|
@ -1,39 +1,9 @@
|
||||||
# Template file for 'libump-git'
|
# Template file for 'libump-git'
|
||||||
pkgname=libump-git
|
pkgname=libump-git
|
||||||
version=20150407
|
version=20150407
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
noarch=yes
|
||||||
short_desc="ARMs Universal Memory Provider userspace library"
|
build_style=meta
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
short_desc="ARMs Universal Memory Provider userspace library (removed package)"
|
||||||
license="Apache-2.0"
|
license="metapackage"
|
||||||
homepage="https://github.com/linux-sunxi/libump"
|
homepage="https://github.com/linux-sunxi/libump"
|
||||||
hostmakedepends="git automake libtool pkg-config"
|
|
||||||
|
|
||||||
only_for_archs="armv7l"
|
|
||||||
provides="libump-1.0_1"
|
|
||||||
replaces="libump>=0"
|
|
||||||
|
|
||||||
do_fetch() {
|
|
||||||
local _githash="ec0680628744f30b8fac35e41a7bd8e23e59c39f"
|
|
||||||
|
|
||||||
git clone https://github.com/linux-sunxi/libump ${wrksrc}
|
|
||||||
cd ${wrksrc}
|
|
||||||
git checkout ${_githash}
|
|
||||||
}
|
|
||||||
|
|
||||||
pre_configure() {
|
|
||||||
autoreconf -fi
|
|
||||||
}
|
|
||||||
|
|
||||||
libump-devel-git_package() {
|
|
||||||
short_desc+=" - development files"
|
|
||||||
depends="${sourcepkg}-${version}_${revision}"
|
|
||||||
provides="libump-devel-1.0_1"
|
|
||||||
replaces="libump-devel>=0"
|
|
||||||
pkg_install() {
|
|
||||||
vmove usr/include
|
|
||||||
vmove usr/lib/*.a
|
|
||||||
vmove usr/lib/*.so
|
|
||||||
vmove usr/lib/pkgconfig
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue