New package: libump-git required by sunxi-mali.
This commit is contained in:
parent
b5c0190358
commit
2862e279e2
|
@ -1442,7 +1442,6 @@ libc++.so.1 libcxx-3.4_1
|
|||
libopenobex.so.2 openobex-1.7.1_1
|
||||
libnotmuch.so.4 libnotmuch-0.19_1
|
||||
libdri2.so.1 libdri2-0.1_1
|
||||
libUMP.so libump-1.0_1
|
||||
libUMP.so.3 libump-1.0_1
|
||||
libatomic_ops_gpl.so.0 libatomic_ops-7.2e_1
|
||||
libatomic_ops.so.0 libatomic_ops-7.2e_1
|
||||
|
|
1
srcpkgs/libump-devel-git
Symbolic link
1
srcpkgs/libump-devel-git
Symbolic link
|
@ -0,0 +1 @@
|
|||
libump-git
|
39
srcpkgs/libump-git/template
Normal file
39
srcpkgs/libump-git/template
Normal file
|
@ -0,0 +1,39 @@
|
|||
# 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 <xtraeme@gmail.com>"
|
||||
license="Apache-2.0"
|
||||
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…
Reference in New Issue
Block a user