diff options
Diffstat (limited to 'testing/bluez/APKBUILD')
-rw-r--r-- | testing/bluez/APKBUILD | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/testing/bluez/APKBUILD b/testing/bluez/APKBUILD index 158c7fcfa9..9e27f335bf 100644 --- a/testing/bluez/APKBUILD +++ b/testing/bluez/APKBUILD @@ -1,16 +1,16 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=bluez -pkgver=4.89 -pkgrel=0 +pkgver=4.90 +pkgrel=1 pkgdesc="Tools for the Bluetooth protocol stack" url="http://www.bluez.org/" arch="all" license="GPL2" -depends= +depends="consolekit" makedepends="dbus-dev gst-plugins-base-dev alsa-lib-dev libusb-compat-dev - libnl-dev" -subpackages="$pkgname-dev $pkgname-doc libbluetooth $pkgname-alsa $pkgname-cups - $pkgname-gstreamer" + libnl-dev consolekit-dev" +subpackages="$pkgname-dev $pkgname-doc $pkgname-libs $pkgname-alsa + $pkgname-cups $pkgname-gstreamer" source="http://www.kernel.org/pub/linux/bluetooth/$pkgname-$pkgver.tar.bz2 bluetooth.initd bluetooth.confd @@ -48,7 +48,7 @@ package() { install -Dm755 test/simple-agent "$pkgdir"/usr/bin/bluez-simple-agent } -libbluetooth() { +libs() { pkgdesc="Libraries for Bluetooth protocol stack" mkdir -p "$subpkgdir"/usr/lib mv "$pkgdir"/usr/lib/libbluetooth.so.* "$subpkgdir"/usr/lib/ @@ -73,6 +73,6 @@ gstreamer() { mv "$pkgdir"/usr/lib/gstreamer* \ "$subpkgdir"/usr/lib/ } -md5sums="e35936694cc745987ebce2053c51a840 bluez-4.89.tar.bz2 +md5sums="b111de22ff0f5c2b31f62b6be44dca00 bluez-4.90.tar.bz2 c511078403d7d27673581a8bb468b90b bluetooth.initd a159d897a057f4675548327329c4cc22 bluetooth.confd" |