2009-12-03 00:27:13 +00:00
|
|
|
# Template file for 'libopenobex-devel'.
|
|
|
|
#
|
2012-05-23 16:26:56 +00:00
|
|
|
depends="libbluetooth-devel libusb-compat-devel libopenobex"
|
2009-12-03 00:27:13 +00:00
|
|
|
short_desc="OBEX protocol library (development files)"
|
|
|
|
long_desc="${long_desc}
|
|
|
|
|
|
|
|
This package contains files for development, headers, static libs, etc."
|
|
|
|
|
2010-01-09 22:18:20 +00:00
|
|
|
|
2009-12-03 00:27:13 +00:00
|
|
|
|
|
|
|
do_install()
|
|
|
|
{
|
|
|
|
mkdir -p ${DESTDIR}/usr/lib
|
|
|
|
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
|
|
|
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
|
|
|
mv ${SRCPKGDESTDIR}/usr/lib/libopenobex.*a ${DESTDIR}/usr/lib
|
|
|
|
}
|