From f90ce86924fecbd87677513360df7eeb04ba51cc Mon Sep 17 00:00:00 2001 From: maxice8 Date: Thu, 22 Nov 2018 20:11:59 -0200 Subject: [PATCH] New package: libump-git-20181122 --- common/shlibs | 1 + srcpkgs/libump-git-devel | 1 + srcpkgs/libump-git/INSTALL.msg | 1 - srcpkgs/libump-git/template | 36 +++++++++++++++++++++++++++++----- 4 files changed, 33 insertions(+), 6 deletions(-) create mode 120000 srcpkgs/libump-git-devel delete mode 100644 srcpkgs/libump-git/INSTALL.msg diff --git a/common/shlibs b/common/shlibs index 43aa8c97ce7..1cad8d75fb0 100644 --- a/common/shlibs +++ b/common/shlibs @@ -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 diff --git a/srcpkgs/libump-git-devel b/srcpkgs/libump-git-devel new file mode 120000 index 00000000000..e9572550fe2 --- /dev/null +++ b/srcpkgs/libump-git-devel @@ -0,0 +1 @@ +libump-git \ No newline at end of file diff --git a/srcpkgs/libump-git/INSTALL.msg b/srcpkgs/libump-git/INSTALL.msg deleted file mode 100644 index 987fa17bb3e..00000000000 --- a/srcpkgs/libump-git/INSTALL.msg +++ /dev/null @@ -1 +0,0 @@ -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 9b5cc227e8d..36b5b265809 100644 --- a/srcpkgs/libump-git/template +++ b/srcpkgs/libump-git/template @@ -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 " +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 + } +}