New package: libmbim-1.4.0.
This commit is contained in:
parent
1d0ec65775
commit
858b3119f7
3 changed files with 33 additions and 0 deletions
|
@ -1356,3 +1356,4 @@ libotr.so.5 libotr-4.0.0_1
|
|||
liballeg.so.4.4 allegro4-4.4.2_1
|
||||
libraw1394.so.11 libraw1394-2.1.0_1
|
||||
libqmi-glib.so.0 libqmi-1.4.0_1
|
||||
libmbim-glib.so.0 libmbim-1.4.0_1
|
||||
|
|
1
srcpkgs/libmbim-devel
Symbolic link
1
srcpkgs/libmbim-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
libmbim
|
31
srcpkgs/libmbim/template
Normal file
31
srcpkgs/libmbim/template
Normal file
|
@ -0,0 +1,31 @@
|
|||
# Template file for 'libmbim'
|
||||
pkgname=libmbim
|
||||
version=1.4.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
hostmakedepends="pkg-config python"
|
||||
makedepends="glib-devel libgudev-devel"
|
||||
short_desc="MBIM modem protocol helper library"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.freedesktop.org/wiki/Software/libmbim/"
|
||||
license="GPL-2"
|
||||
distfiles="http://www.freedesktop.org/software/$pkgname/$pkgname-$version.tar.xz"
|
||||
checksum=a7fa909df229574eb11baac89075ac1366a2ac1670f586483bdf0173257cf781
|
||||
|
||||
libmbim-devel_package() {
|
||||
depends="${sourcepkg}-${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/share
|
||||
}
|
||||
}
|
||||
|
||||
libmbim_package() {
|
||||
pkg_install() {
|
||||
vmove usr
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue