usbutils: install the pkgconfig file, bumprev.
This commit is contained in:
parent
771ff3b40e
commit
4a841e24ef
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
# Template file for 'usbutils'
|
||||
pkgname=usbutils
|
||||
version=0.91
|
||||
revision=1
|
||||
distfiles="${KERNEL_SITE}/utils/usb/$pkgname/$pkgname-$version.tar.gz"
|
||||
build_style=gnu_configure
|
||||
configure_args="--datadir=/usr/share/hwdata --disable-zlib"
|
||||
|
@ -26,5 +27,6 @@ pre_configure()
|
|||
|
||||
post_install()
|
||||
{
|
||||
rm -rf ${DESTDIR}/usr/share/pkgconfig
|
||||
install -d ${DESTDIR}/usr/lib
|
||||
mv ${DESTDIR}/usr/share/pkgconfig ${DESTDIR}/usr/lib
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue