New package: libump-git-20181122
This commit is contained in:
parent
51b7460f63
commit
f90ce86924
|
@ -3329,3 +3329,4 @@ libssl.so.46 libssl46-2.8.2_1
|
|||
libxmlb.so.1 libxmlb-0.1.3_1
|
||||
libvoikko.so.1 libvoikko-4.2_1
|
||||
libfstrcmp.so.0 libfstrcmp-0.7.D001_1
|
||||
libUMP.so.3 libump-git-20181122_2
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
libump-git
|
|
@ -1 +0,0 @@
|
|||
libump-git is no longer provided by Void Linux, and will be fully removed from the repos on 17/12/2018
|
|
@ -1,9 +1,35 @@
|
|||
# Template file for 'libump-git'
|
||||
pkgname=libump-git
|
||||
version=20150407
|
||||
version=20181122
|
||||
revision=2
|
||||
noarch=yes
|
||||
build_style=meta
|
||||
short_desc="ARMs Universal Memory Provider userspace library (removed package)"
|
||||
license="metapackage"
|
||||
_githash="ec0680628744f30b8fac35e41a7bd8e23e59c39f"
|
||||
wrksrc="libump-${_githash}"
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake libtool pkg-config"
|
||||
short_desc="ARMs Universal Memory Provider userspace library"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://github.com/linux-sunxi/libump"
|
||||
distfiles="https://github.com/linux-sunxi/libump/archive/${_githash}.tar.gz"
|
||||
checksum=745bbb3e6a6b2b1d8caec75d2f2e884691ceefa5c2be0480baed31dba66cf450
|
||||
|
||||
only_for_archs="armv7l"
|
||||
provides="libump-1.0_1"
|
||||
replaces="libump>=0"
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
|
||||
libump-git-devel_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…
Reference in New Issue