2009-12-03 01:27:13 +01:00
|
|
|
# Template file for 'libopenobex-devel'.
|
|
|
|
#
|
2012-05-23 18:26:56 +02:00
|
|
|
depends="libbluetooth-devel libusb-compat-devel libopenobex"
|
2009-12-03 01:27:13 +01: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 23:18:20 +01:00
|
|
|
|
2009-12-03 01:27:13 +01: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
|
|
|
|
}
|