libusb-compat: move so symlink into main pkg.
--HG-- extra : convert_revision : fbb63890dd5e1382a012f0401c375321b155ccc9
This commit is contained in:
parent
0c2affb51a
commit
113dbd7a40
2 changed files with 3 additions and 1 deletions
|
@ -5,6 +5,8 @@ long_desc="${long_desc}
|
|||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
revision=1
|
||||
|
||||
Add_dependency run libusb-compat
|
||||
|
||||
do_install()
|
||||
|
@ -13,6 +15,5 @@ do_install()
|
|||
mv ${SRCPKGDESTDIR}/usr/bin ${DESTDIR}/usr
|
||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/lib*.*a ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/lib*.so ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
||||
}
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# Template file for 'libusb-compat'
|
||||
pkgname=libusb-compat
|
||||
version=0.1.3
|
||||
revision=1
|
||||
distfiles="${SOURCEFORGE_SITE}/libusb/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
short_desc="A libusb-0.1 compatibility library"
|
||||
|
|
Loading…
Reference in a new issue