diff --git a/srcpkgs/libump-devel-git b/srcpkgs/libump-devel-git deleted file mode 120000 index e9572550fe2..00000000000 --- a/srcpkgs/libump-devel-git +++ /dev/null @@ -1 +0,0 @@ -libump-git \ No newline at end of file diff --git a/srcpkgs/libump-git/INSTALL.msg b/srcpkgs/libump-git/INSTALL.msg new file mode 100644 index 00000000000..987fa17bb3e --- /dev/null +++ b/srcpkgs/libump-git/INSTALL.msg @@ -0,0 +1 @@ +libump-git is no longer provided by Void Linux, and will be fully removed from the repos on 17/12/2018 diff --git a/srcpkgs/libump-git/template b/srcpkgs/libump-git/template index 1fc973a00cf..9b5cc227e8d 100644 --- a/srcpkgs/libump-git/template +++ b/srcpkgs/libump-git/template @@ -1,39 +1,9 @@ # Template file for 'libump-git' pkgname=libump-git version=20150407 -revision=1 -build_style=gnu-configure -short_desc="ARMs Universal Memory Provider userspace library" -maintainer="Juan RP " -license="Apache-2.0" +revision=2 +noarch=yes +build_style=meta +short_desc="ARMs Universal Memory Provider userspace library (removed package)" +license="metapackage" 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 - } -}