wok diff bluez/receipt @ rev 19565

get-flash-plugin: update for new npapi plugin
author Richard Dunbar <mojo@slitaz.org>
date Tue Dec 20 00:33:36 2016 -0500 (2016-12-20)
parents 7896f0694ef6
children 429d89fd5e0f
line diff
     1.1 --- a/bluez/receipt	Sat Aug 10 21:12:16 2013 +0000
     1.2 +++ b/bluez/receipt	Tue Dec 20 00:33:36 2016 -0500
     1.3 @@ -6,8 +6,8 @@
     1.4  SHORT_DESC="Bluetooth protocol stack."
     1.5  MAINTAINER="pankso@slitaz.org"
     1.6  LICENSE="GPL2"
     1.7 +WEB_SITE="http://www.bluez.org/"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.9 -WEB_SITE="http://www.bluez.org/"
    1.10  #WGET_URL="http://www.kernel.org/pub/linux/bluetooth/$TARBALL"
    1.11  WGET_URL="http://sourceware.mirrors.tds.net/pub/kernel.org/linux/bluetooth/$TARBALL"
    1.12  TAGS="bluetooth"
    1.13 @@ -16,11 +16,10 @@
    1.14  BUILD_DEPENDS="alsa-lib-dev dbus-dev glib-dev libusb-dev pkg-config libusb-compat"
    1.15  
    1.16  # Rules to configure and make the package.
    1.17 -
    1.18  compile_rules()
    1.19  {
    1.20 -	cd $src
    1.21  	sed -i 's/NEED_USB/xx&/' tools/*.c
    1.22 +
    1.23  	./configure \
    1.24  		--prefix=/usr \
    1.25  		--sysconfdir=/etc \