libusb-32: initial import

This commit is contained in:
Danny Rawlins 2018-11-12 10:20:45 +11:00
parent f1f2082469
commit edcebc8194
4 changed files with 36 additions and 0 deletions

0
libusb-32/.32bit Normal file
View File

9
libusb-32/.footprint Normal file
View File

@ -0,0 +1,9 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib32/
-rw-r--r-- root/root usr/lib32/libusb-1.0.a
-rwxr-xr-x root/root usr/lib32/libusb-1.0.la
lrwxrwxrwx root/root usr/lib32/libusb-1.0.so -> libusb-1.0.so.0.1.0
lrwxrwxrwx root/root usr/lib32/libusb-1.0.so.0 -> libusb-1.0.so.0.1.0
-rwxr-xr-x root/root usr/lib32/libusb-1.0.so.0.1.0
drwxr-xr-x root/root usr/lib32/pkgconfig/
-rw-r--r-- root/root usr/lib32/pkgconfig/libusb-1.0.pc

5
libusb-32/.signature Normal file
View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/compat-32.pub
RWSwxGo/zH7eXbuNj+63/nwEtdF96IgqR9VE1djmRXywk30rM4EwaOAHssFhm7oGld/xcCnIGPPlqOcbRHy2rWcyu5/hb9m1iAY=
SHA256 (Pkgfile) = 8a7a01c8d7d6bb613a3122cdcf64a5c1c7b85803a3466884d44a94f1ff32b73b
SHA256 (.footprint) = 786e1b41388ed36921aa9b7209374d4cad9a0384eee93b819519b614d725ef60
SHA256 (libusb-1.0.22.tar.bz2) = 75aeb9d59a4fdb800d329a545c2e6799f732362193b465ea198f2aa275518157

22
libusb-32/Pkgfile Normal file
View File

@ -0,0 +1,22 @@
# Description: Library giving userland programs access to USB devices
# URL: http://libusb.info
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
# Depends on: eudev-32 libusb
name=libusb-32
version=1.0.22
release=1
source=(https://downloads.sourceforge.net/project/${name%-*}/${name%-*}-1.0/${name%-*}-${version%-*}/${name%-*}-$version.tar.bz2)
build () {
cd ${name%-*}-$version
./configure \
--prefix=/usr \
--libdir=/usr/lib32
make
make DESTDIR=$PKG install
rm -r $PKG/usr/include
}