diff --git a/srcpkgs/libusbx/template b/srcpkgs/libusbx/template index ce0c6d8e029..0ad72acc3f0 100644 --- a/srcpkgs/libusbx/template +++ b/srcpkgs/libusbx/template @@ -1,6 +1,6 @@ # Template file for 'libusbx' pkgname=libusbx -version=1.0.15 +version=1.0.16 revision=1 build_style=gnu-configure short_desc="Library that provides generic access to USB devices" @@ -8,7 +8,7 @@ maintainer="Juan RP " license="LGPL-2.1" homepage="http://libusbx.org" distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2" -checksum=bb5ec30e53e007d13c37b4edd929435ac224bb71b8fc08fa37ec9e3e81037963 +checksum=5b335cf9572d793da6ced55bce633894288a8ff39557f07ccc798f2cb74cb580 libusbx-devel_package() { depends="${sourcepkg}-${version}_${revision}" @@ -18,6 +18,7 @@ libusbx-devel_package() { pkg_install() { vmove usr/include vmove "usr/lib/*.a" + vmove "usr/lib/*.so" vmove usr/lib/pkgconfig } }