Added bluez-4.58 build template!
--HG-- extra : convert_revision : bbe502e2866a946e3e55416167c479b2f02b2645
This commit is contained in:
18
srcpkgs/bluez/bluez-gstreamer.template
Normal file
18
srcpkgs/bluez/bluez-gstreamer.template
Normal file
@@ -0,0 +1,18 @@
|
||||
# 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 glibc
|
||||
Add_dependency run bluez
|
||||
Add_dependency run gst-plugins-base
|
||||
|
||||
do_install()
|
||||
{
|
||||
mkdir -p ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/gstreamer* ${DESTDIR}/usr/lib
|
||||
}
|
||||
Reference in New Issue
Block a user