libbluetooth: move so symlink into main pkg.
--HG-- extra : convert_revision : 26126b5974c9105c2fe15332fc4d7b07dbb7ca13
This commit is contained in:
parent
599a31259a
commit
dfa9c6f1bb
2 changed files with 6 additions and 3 deletions
|
@ -5,13 +5,14 @@ long_desc="
|
|||
BlueZ is the official Linux Bluetooth Stack. It is an Open Source project
|
||||
distributed under GNU General Public License (GPL)."
|
||||
|
||||
revision=1
|
||||
|
||||
Add_dependency run glibc-devel
|
||||
Add_dependency run libbluetooth
|
||||
|
||||
do_install()
|
||||
{
|
||||
mkdir -p ${DESTDIR}/usr/include ${DESTDIR}/usr/lib
|
||||
mkdir -p ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/libbluetooth.so ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
||||
}
|
||||
|
|
|
@ -5,10 +5,12 @@ long_desc="
|
|||
BlueZ is the official Linux Bluetooth Stack. It is an Open Source project
|
||||
distributed under GNU General Public License (GPL)."
|
||||
|
||||
revision=1
|
||||
|
||||
Add_dependency run glibc
|
||||
|
||||
do_install()
|
||||
{
|
||||
mkdir -p ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/libbluetooth.so.* ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/libbluetooth.so* ${DESTDIR}/usr/lib
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue