void-packages/srcpkgs/bluez/bluez-gstreamer.template
2012-03-07 00:35:19 +01:00

17 lines
428 B
Plaintext

# Template file for 'bluez-gstreamer'.
#
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)."
Add_dependency run bluez
do_install()
{
mkdir -p ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/gstreamer* ${DESTDIR}/usr/lib
}