2009-12-03 00:36:10 +01:00
|
|
|
# Template file for 'bluez-gstreamer'.
|
|
|
|
#
|
2012-05-23 18:26:56 +02:00
|
|
|
depends="bluez"
|
2009-12-03 00:36:10 +01:00
|
|
|
short_desc="Bluetooth GStreamer support"
|
|
|
|
long_desc="
|
|
|
|
This package contains a plugin to operate with GStreamer applications.
|
|
|
|
|
|
|
|
BlueZ is the official Linux Bluetooth Stack. It is an Open Source project
|
|
|
|
distributed under GNU General Public License (GPL)."
|
|
|
|
|
|
|
|
|
|
|
|
do_install()
|
|
|
|
{
|
|
|
|
mkdir -p ${DESTDIR}/usr/lib
|
|
|
|
mv ${SRCPKGDESTDIR}/usr/lib/gstreamer* ${DESTDIR}/usr/lib
|
|
|
|
}
|