libbluetooth: move so symlink into main pkg.

--HG--
extra : convert_revision : 26126b5974c9105c2fe15332fc4d7b07dbb7ca13
This commit is contained in:
Juan RP 2010-04-23 17:46:48 +02:00
parent 599a31259a
commit dfa9c6f1bb
2 changed files with 6 additions and 3 deletions

View file

@ -5,13 +5,14 @@ long_desc="
BlueZ is the official Linux Bluetooth Stack. It is an Open Source project BlueZ is the official Linux Bluetooth Stack. It is an Open Source project
distributed under GNU General Public License (GPL)." distributed under GNU General Public License (GPL)."
revision=1
Add_dependency run glibc-devel Add_dependency run glibc-devel
Add_dependency run libbluetooth Add_dependency run libbluetooth
do_install() do_install()
{ {
mkdir -p ${DESTDIR}/usr/include ${DESTDIR}/usr/lib mkdir -p ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
mv ${SRCPKGDESTDIR}/usr/lib/libbluetooth.so ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
} }

View file

@ -5,10 +5,12 @@ long_desc="
BlueZ is the official Linux Bluetooth Stack. It is an Open Source project BlueZ is the official Linux Bluetooth Stack. It is an Open Source project
distributed under GNU General Public License (GPL)." distributed under GNU General Public License (GPL)."
revision=1
Add_dependency run glibc Add_dependency run glibc
do_install() do_install()
{ {
mkdir -p ${DESTDIR}/usr/lib mkdir -p ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/libbluetooth.so.* ${DESTDIR}/usr/lib mv ${SRCPKGDESTDIR}/usr/lib/libbluetooth.so* ${DESTDIR}/usr/lib
} }