New package: libusbx-1.0.15 (required by qemu-1.5).
This commit is contained in:
parent
e29c9c5984
commit
4d9a6d2652
2 changed files with 32 additions and 0 deletions
srcpkgs
1
srcpkgs/libusbx-devel
Symbolic link
1
srcpkgs/libusbx-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
libusbx
|
31
srcpkgs/libusbx/template
Normal file
31
srcpkgs/libusbx/template
Normal file
|
@ -0,0 +1,31 @@
|
||||||
|
# Template file for 'libusbx'
|
||||||
|
pkgname=libusbx
|
||||||
|
version=1.0.15
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
short_desc="Library that provides generic access to USB devices"
|
||||||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
license="LGPL-2.1"
|
||||||
|
homepage="http://libusbx.org"
|
||||||
|
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2"
|
||||||
|
checksum=bb5ec30e53e007d13c37b4edd929435ac224bb71b8fc08fa37ec9e3e81037963
|
||||||
|
|
||||||
|
libusbx-devel_package() {
|
||||||
|
depends="${sourcepkg}-${version}_${revision}"
|
||||||
|
provides="libusb-devel-${version}_${revision}"
|
||||||
|
replaces="libusb-devel>=0"
|
||||||
|
short_desc+=" - development files"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/include
|
||||||
|
vmove "usr/lib/*.a"
|
||||||
|
vmove usr/lib/pkgconfig
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
libusbx_package() {
|
||||||
|
provides="libusb-${version}_${revision}"
|
||||||
|
replaces="libusb>=0"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue