wok diff bluez/receipt @ rev 19321
apache: update PIDFILE
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Wed Jul 13 20:20:01 2016 -0400 (2016-07-13) |
parents | 7896f0694ef6 |
children | 429d89fd5e0f |
line diff
1.1 --- a/bluez/receipt Sat Aug 10 21:12:16 2013 +0000 1.2 +++ b/bluez/receipt Wed Jul 13 20:20:01 2016 -0400 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 \