2009-12-02 23:36:10 +00:00
|
|
|
# Template file for 'bluez-gstreamer'.
|
|
|
|
#
|
2012-05-23 16:26:56 +00:00
|
|
|
depends="bluez"
|
2009-12-02 23:36:10 +00: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
|
|
|
|
}
|