[arch-commits] Commit in wireless_tools/trunk (PKGBUILD)

2019-11-13 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 13, 2019 @ 16:13:23
  Author: foutrelis
Revision: 368170

[core] mass rebuild

Modified:
  wireless_tools/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-13 16:13:21 UTC (rev 368169)
+++ PKGBUILD2019-11-13 16:13:23 UTC (rev 368170)
@@ -5,7 +5,7 @@
 pkgname=wireless_tools
 pkgver=30.pre9
 _pkgver=${pkgver%.pre*}
-pkgrel=2
+pkgrel=3
 pkgdesc='Tools allowing to manipulate the Wireless Extensions'
 url='https://hewlettpackard.github.io/wireless-tools/Tools.html'
 license=('GPL')


[arch-commits] Commit in wireless_tools/trunk (PKGBUILD)

2018-05-30 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, May 30, 2018 @ 19:27:27
  Author: bisson
Revision: 325183

free rebuild

Modified:
  wireless_tools/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-30 19:26:41 UTC (rev 325182)
+++ PKGBUILD2018-05-30 19:27:27 UTC (rev 325183)
@@ -6,7 +6,7 @@
 pkgname=wireless_tools
 pkgver=30.pre9
 _pkgver=${pkgver%.pre*}
-pkgrel=1
+pkgrel=2
 pkgdesc='Tools allowing to manipulate the Wireless Extensions'
 url='https://hewlettpackard.github.io/wireless-tools/Tools.html'
 license=('GPL')


[arch-commits] Commit in wireless_tools/trunk (PKGBUILD)

2018-04-24 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, April 24, 2018 @ 22:06:34
  Author: bisson
Revision: 322951

update url

Modified:
  wireless_tools/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-24 21:56:33 UTC (rev 322950)
+++ PKGBUILD2018-04-24 22:06:34 UTC (rev 322951)
@@ -8,10 +8,10 @@
 _pkgver=${pkgver%.pre*}
 pkgrel=1
 pkgdesc='Tools allowing to manipulate the Wireless Extensions'
-url='http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html'
+url='https://hewlettpackard.github.io/wireless-tools/Tools.html'
 license=('GPL')
 arch=('x86_64')
-source=("http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/${pkgname}.${pkgver}.tar.gz;)
+source=("https://hewlettpackard.github.io/wireless-tools/${pkgname}.${pkgver}.tar.gz;)
 sha256sums=('abd9c5c98abf1fdd11892ac2f8a56737544fe101e1be27c6241a564948f34c63')
 
 prepare() {


[arch-commits] Commit in wireless_tools/trunk (PKGBUILD)

2017-03-01 Thread Gaëtan Bisson
Date: Thursday, March 2, 2017 @ 01:38:08
  Author: bisson
Revision: 289864

switch to sha256sum

Modified:
  wireless_tools/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 01:38:02 UTC (rev 289863)
+++ PKGBUILD2017-03-02 01:38:08 UTC (rev 289864)
@@ -12,7 +12,7 @@
 license=('GPL')
 arch=('i686' 'x86_64')
 
source=("http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/${pkgname}.${pkgver}.tar.gz;)
-sha1sums=('41db5ced9ed3d8d3cc104ce43c19af1d72f07eec')
+sha256sums=('abd9c5c98abf1fdd11892ac2f8a56737544fe101e1be27c6241a564948f34c63')
 
 prepare() {
cd "${srcdir}/${pkgname}.${_pkgver}"


[arch-commits] Commit in wireless_tools/trunk (PKGBUILD dense.patch)

2014-01-30 Thread Gaetan Bisson
Date: Thursday, January 30, 2014 @ 18:14:31
  Author: bisson
Revision: 204882

upgrade to the four-year-old upstream beta

Modified:
  wireless_tools/trunk/PKGBUILD
Deleted:
  wireless_tools/trunk/dense.patch

-+
 PKGBUILD|   19 +--
 dense.patch |   49 -
 2 files changed, 9 insertions(+), 59 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-01-30 08:57:40 UTC (rev 204881)
+++ PKGBUILD2014-01-30 17:14:31 UTC (rev 204882)
@@ -4,29 +4,28 @@
 # Contributor: Jason Chu j...@xentac.net
 
 pkgname=wireless_tools
-pkgver=29
-pkgrel=8
+pkgver=30.pre9
+_pkgver=${pkgver%.pre*}
+pkgrel=1
 pkgdesc='Tools allowing to manipulate the Wireless Extensions'
 url='http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html'
 license=('GPL')
 arch=('i686' 'x86_64')
-source=(http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/${pkgname}.${pkgver}.tar.gz;
-'dense.patch')
-sha1sums=('22040ac1497f4c5f8ddeca365591b01ae3475710'
-  '5c297c7dff1ec1d2a3d918c20622ab3c6daf5b72')
+source=(http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/${pkgname}.${pkgver}.tar.gz;)
+sha1sums=('41db5ced9ed3d8d3cc104ce43c19af1d72f07eec')
 
 prepare() {
-   cd ${srcdir}/${pkgname}.${pkgver}
-   patch -p1 -i ../dense.patch # FS#15363
+   cd ${srcdir}/${pkgname}.${_pkgver}
+   sed '/BUILD_STATIC =/d' -i Makefile
 }
 
 build() {
-   cd ${srcdir}/${pkgname}.${pkgver}
+   cd ${srcdir}/${pkgname}.${_pkgver}
make CFLAGS=${CFLAGS} -I. LDFLAGS=${LDFLAGS}
 }
 
 package() {
-   cd ${srcdir}/${pkgname}.${pkgver}
+   cd ${srcdir}/${pkgname}.${_pkgver}
make \
INSTALL_DIR=${pkgdir}/usr/bin \
INSTALL_LIB=${pkgdir}/usr/lib \

Deleted: dense.patch
===
--- dense.patch 2014-01-30 08:57:40 UTC (rev 204881)
+++ dense.patch 2014-01-30 17:14:31 UTC (rev 204882)
@@ -1,49 +0,0 @@
-The length field of wext data (iw_point.data) is 16 bits. The largest
-value is thus 65535. During the attempts to increase buffer size the
-buffer starts at 4096 and is doubled after each failure to fill. From the
-time this length reaches 65536 it is effectively zero. We thus loose all
-potential space from 32768 to 65535.
-
-This problem is clear when scanning in a RF dense environment.
-
-Without this patch:
-~$ iwlist wlan0 scan
-print_scanning_info: Allocation failed
-
-With this patch:
-~$ iwlist wlan0 scan | grep Cell | wc -l
-86
-
-Signed-off-by: Reinette Chatre reinette.cha...@intel.com
-

-A similar patch was recently created to fix wpa_supplicant.
-
-I could not find a source code repo for this code and created this patch
-against version 30-pre7 downloaded from 
-http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html
-
-diff -uprN wireless_tools_org/wireless_tools.30/iwlist.c 
wireless_tools.30/iwlist.c
 wireless_tools_org/wireless_tools.30/iwlist.c  2008-01-16 
17:45:41.0 -0800
-+++ wireless_tools.30/iwlist.c 2009-02-12 14:16:48.0 -0800
-@@ -800,7 +800,7 @@ print_scanning_info(intskfd,
- if(iw_get_ext(skfd, ifname, SIOCGIWSCAN, wrq)  0)
-   {
- /* Check if buffer was too small (WE-17 only) */
--if((errno == E2BIG)  (range.we_version_compiled  16))
-+if((errno == E2BIG)  (range.we_version_compiled  16)  
(buflen  65535))
-   {
- /* Some driver may return very large scan results, either
-  * because there are many cells, or because they have many
-@@ -816,6 +816,10 @@ print_scanning_info(int   skfd,
- else
-   buflen *= 2;
- 
-+/* wrq.u.data.length is 16 bits so max size is 65535 */
-+if(buflen  65535)
-+  buflen = 65535;
-+
- /* Try again */
- goto realloc;
-   }
-



[arch-commits] Commit in wireless_tools/trunk (PKGBUILD)

2013-05-16 Thread Gaetan Bisson
Date: Thursday, May 16, 2013 @ 20:26:20
  Author: bisson
Revision: 185638

move binaries to /usr/bin

Modified:
  wireless_tools/trunk/PKGBUILD

--+
 PKGBUILD |   10 +++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-16 17:56:59 UTC (rev 185637)
+++ PKGBUILD2013-05-16 18:26:20 UTC (rev 185638)
@@ -5,7 +5,7 @@
 
 pkgname=wireless_tools
 pkgver=29
-pkgrel=7
+pkgrel=8
 pkgdesc='Tools allowing to manipulate the Wireless Extensions'
 url='http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html'
 license=('GPL')
@@ -15,16 +15,20 @@
 sha1sums=('22040ac1497f4c5f8ddeca365591b01ae3475710'
   '5c297c7dff1ec1d2a3d918c20622ab3c6daf5b72')
 
+prepare() {
+   cd ${srcdir}/${pkgname}.${pkgver}
+   patch -p1 -i ../dense.patch # FS#15363
+}
+
 build() {
cd ${srcdir}/${pkgname}.${pkgver}
-   patch -p1 -i ../dense.patch # FS#15363
make CFLAGS=${CFLAGS} -I. LDFLAGS=${LDFLAGS}
 }
 
 package() {
cd ${srcdir}/${pkgname}.${pkgver}
make \
-   INSTALL_DIR=${pkgdir}/usr/sbin \
+   INSTALL_DIR=${pkgdir}/usr/bin \
INSTALL_LIB=${pkgdir}/usr/lib \
INSTALL_INC=${pkgdir}/usr/include \
INSTALL_MAN=${pkgdir}/usr/share/man \



[arch-commits] Commit in wireless_tools/trunk (PKGBUILD dense.patch)

2012-08-20 Thread Gaetan Bisson
Date: Monday, August 20, 2012 @ 10:54:20
  Author: bisson
Revision: 165480

fix FS#15363

Added:
  wireless_tools/trunk/dense.patch
Modified:
  wireless_tools/trunk/PKGBUILD

-+
 PKGBUILD|   15 +--
 dense.patch |   49 +
 2 files changed, 58 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-08-20 14:46:54 UTC (rev 165479)
+++ PKGBUILD2012-08-20 14:54:20 UTC (rev 165480)
@@ -5,17 +5,20 @@
 
 pkgname=wireless_tools
 pkgver=29
-pkgrel=6
-pkgdesc='Wireless Tools'
+pkgrel=7
+pkgdesc='Tools allowing to manipulate the Wireless Extensions'
 url='http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html'
+license=('GPL')
 arch=('i686' 'x86_64')
-license=('GPL')
-source=(http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/${pkgname}.${pkgver}.tar.gz;)
-sha1sums=('22040ac1497f4c5f8ddeca365591b01ae3475710')
+source=(http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/${pkgname}.${pkgver}.tar.gz;
+'dense.patch')
+sha1sums=('22040ac1497f4c5f8ddeca365591b01ae3475710'
+  '5c297c7dff1ec1d2a3d918c20622ab3c6daf5b72')
 
 build() {
cd ${srcdir}/${pkgname}.${pkgver}
-   make CFLAGS=${CFLAGS} -Wall -Wextra -I. LDFLAGS=${LDFLAGS}
+   patch -p1 -i ../dense.patch # FS#15363
+   make CFLAGS=${CFLAGS} -I. LDFLAGS=${LDFLAGS}
 }
 
 package() {

Added: dense.patch
===
--- dense.patch (rev 0)
+++ dense.patch 2012-08-20 14:54:20 UTC (rev 165480)
@@ -0,0 +1,49 @@
+The length field of wext data (iw_point.data) is 16 bits. The largest
+value is thus 65535. During the attempts to increase buffer size the
+buffer starts at 4096 and is doubled after each failure to fill. From the
+time this length reaches 65536 it is effectively zero. We thus loose all
+potential space from 32768 to 65535.
+
+This problem is clear when scanning in a RF dense environment.
+
+Without this patch:
+~$ iwlist wlan0 scan
+print_scanning_info: Allocation failed
+
+With this patch:
+~$ iwlist wlan0 scan | grep Cell | wc -l
+86
+
+Signed-off-by: Reinette Chatre reinette.cha...@intel.com
+
+---
+A similar patch was recently created to fix wpa_supplicant.
+
+I could not find a source code repo for this code and created this patch
+against version 30-pre7 downloaded from 
+http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html
+
+diff -uprN wireless_tools_org/wireless_tools.30/iwlist.c 
wireless_tools.30/iwlist.c
+--- wireless_tools_org/wireless_tools.30/iwlist.c  2008-01-16 
17:45:41.0 -0800
 wireless_tools.30/iwlist.c 2009-02-12 14:16:48.0 -0800
+@@ -800,7 +800,7 @@ print_scanning_info(intskfd,
+ if(iw_get_ext(skfd, ifname, SIOCGIWSCAN, wrq)  0)
+   {
+ /* Check if buffer was too small (WE-17 only) */
+-if((errno == E2BIG)  (range.we_version_compiled  16))
++if((errno == E2BIG)  (range.we_version_compiled  16)  
(buflen  65535))
+   {
+ /* Some driver may return very large scan results, either
+  * because there are many cells, or because they have many
+@@ -816,6 +816,10 @@ print_scanning_info(int   skfd,
+ else
+   buflen *= 2;
+ 
++/* wrq.u.data.length is 16 bits so max size is 65535 */
++if(buflen  65535)
++  buflen = 65535;
++
+ /* Try again */
+ goto realloc;
+   }
+



[arch-commits] Commit in wireless_tools/trunk (PKGBUILD)

2012-01-24 Thread Gaetan Bisson
Date: Tuesday, January 24, 2012 @ 06:12:39
  Author: bisson
Revision: 147203

cleanup, implement FS#22306

Modified:
  wireless_tools/trunk/PKGBUILD

--+
 PKGBUILD |   28 +++-
 1 file changed, 15 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-01-24 06:36:37 UTC (rev 147202)
+++ PKGBUILD2012-01-24 11:12:39 UTC (rev 147203)
@@ -1,27 +1,29 @@
 # $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributer: Jason Chu j...@xentac.net
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: Jason Chu j...@xentac.net
 
 pkgname=wireless_tools
 pkgver=29
-pkgrel=5
-pkgdesc=Wireless Tools
+pkgrel=6
+pkgdesc='Wireless Tools'
+url='http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html'
 arch=('i686' 'x86_64')
-url=http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html;
 license=('GPL')
-depends=('glibc')
-source=(http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/wireless_tools.${pkgver}.tar.gz;)
-md5sums=('e06c222e186f7cc013fd272d023710cb')
+source=(http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/${pkgname}.${pkgver}.tar.gz;)
+sha1sums=('22040ac1497f4c5f8ddeca365591b01ae3475710')
 
 build() {
-   cd ${srcdir}/wireless_tools.${pkgver}
-   make
+   cd ${srcdir}/${pkgname}.${pkgver}
+   make CFLAGS=${CFLAGS} -Wall -Wextra -I. LDFLAGS=${LDFLAGS}
 }
 
 package() {
-   cd ${srcdir}/wireless_tools.${pkgver}
-   make INSTALL_DIR=${pkgdir}/usr/sbin \
+   cd ${srcdir}/${pkgname}.${pkgver}
+   make \
+   INSTALL_DIR=${pkgdir}/usr/sbin \
INSTALL_LIB=${pkgdir}/usr/lib \
INSTALL_INC=${pkgdir}/usr/include \
-   INSTALL_MAN=${pkgdir}/usr/share/man install
+   INSTALL_MAN=${pkgdir}/usr/share/man \
+   install
 }



[arch-commits] Commit in wireless_tools/trunk (PKGBUILD)

2011-11-02 Thread Tom Gundersen
Date: Wednesday, November 2, 2011 @ 08:37:59
  Author: tomegun
Revision: 141704

upgpkg: wireless_tools 29-5

sign package

Modified:
  wireless_tools/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-11-02 12:35:45 UTC (rev 141703)
+++ PKGBUILD2011-11-02 12:37:59 UTC (rev 141704)
@@ -4,7 +4,7 @@
 
 pkgname=wireless_tools
 pkgver=29
-pkgrel=4
+pkgrel=5
 pkgdesc=Wireless Tools
 arch=('i686' 'x86_64')
 url=http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html;



[arch-commits] Commit in wireless_tools/trunk (PKGBUILD wireless.conf.d)

2010-11-20 Thread Pierre Schmitz
Date: Saturday, November 20, 2010 @ 06:16:29
  Author: pierre
Revision: 100102

upgpkg: wireless_tools 29-4
core cleanup/rebuild; move initscripts file to initscripts package

Modified:
  wireless_tools/trunk/PKGBUILD
Deleted:
  wireless_tools/trunk/wireless.conf.d

-+
 PKGBUILD|   20 
 wireless.conf.d |   12 
 2 files changed, 12 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-11-20 11:03:03 UTC (rev 100101)
+++ PKGBUILD2010-11-20 11:16:29 UTC (rev 100102)
@@ -4,21 +4,25 @@
 
 pkgname=wireless_tools
 pkgver=29
-pkgrel=3
+pkgrel=4
 pkgdesc=Wireless Tools
 arch=('i686' 'x86_64')
 url=http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html;
 license=('GPL')
 depends=('glibc')
 backup=('etc/conf.d/wireless')
-source=(http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/wireless_tools.29.tar.gz
 wireless.conf.d)
-md5sums=('e06c222e186f7cc013fd272d023710cb'
- '027576534885b8d5dded9be546057b12')
+source=(http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/wireless_tools.${pkgver}.tar.gz;)
+md5sums=('e06c222e186f7cc013fd272d023710cb')
 
 build() {
-  cd ${srcdir}/wireless_tools.29
+   cd ${srcdir}/wireless_tools.${pkgver}
+   make
+}
 
-  make || return 1
-  make INSTALL_DIR=${pkgdir}/usr/sbin INSTALL_LIB=${pkgdir}/usr/lib 
INSTALL_INC=${pkgdir}/usr/include INSTALL_MAN=${pkgdir}/usr/share/man 
install || return 1
-  install -D -m644 ${srcdir}/wireless.conf.d ${pkgdir}/etc/conf.d/wireless 
|| return 1
+package() {
+   cd ${srcdir}/wireless_tools.${pkgver}
+   make INSTALL_DIR=${pkgdir}/usr/sbin \
+   INSTALL_LIB=${pkgdir}/usr/lib \
+   INSTALL_INC=${pkgdir}/usr/include \
+   INSTALL_MAN=${pkgdir}/usr/share/man install
 }

Deleted: wireless.conf.d
===
--- wireless.conf.d 2010-11-20 11:03:03 UTC (rev 100101)
+++ wireless.conf.d 2010-11-20 11:16:29 UTC (rev 100102)
@@ -1,12 +0,0 @@
-#
-# Settings for wireless cards
-#
-# For each wireless interface declared in INTERFACES (in rc.conf), declare
-# a wlan_${IF} variable that contains the arguments to be passed to
-# iwconfig(8).  Then list the original interface name in the
-# WLAN_INTERFACES array.
-#
-
-#wlan_eth0=eth0 mode managed essid default
-#WLAN_INTERFACES=(eth0)
-



[arch-commits] Commit in wireless_tools/trunk (PKGBUILD)

2010-11-20 Thread Pierre Schmitz
Date: Saturday, November 20, 2010 @ 06:19:34
  Author: pierre
Revision: 100106

upgpkg: wireless_tools 29-4
remove backup line

Modified:
  wireless_tools/trunk/PKGBUILD

--+
 PKGBUILD |1 -
 1 file changed, 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-11-20 11:17:09 UTC (rev 100105)
+++ PKGBUILD2010-11-20 11:19:34 UTC (rev 100106)
@@ -10,7 +10,6 @@
 url=http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html;
 license=('GPL')
 depends=('glibc')
-backup=('etc/conf.d/wireless')
 
source=(http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/wireless_tools.${pkgver}.tar.gz;)
 md5sums=('e06c222e186f7cc013fd272d023710cb')
 



[arch-commits] Commit in wireless_tools/trunk (PKGBUILD)

2010-02-10 Thread Giovanni Scafora
Date: Wednesday, February 10, 2010 @ 15:55:24
  Author: giovanni
Revision: 68132

Modified:
  wireless_tools/trunk/PKGBUILD

--+
 PKGBUILD |   12 +++-
 1 file changed, 7 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-02-10 20:41:54 UTC (rev 68131)
+++ PKGBUILD2010-02-10 20:55:24 UTC (rev 68132)
@@ -1,11 +1,12 @@
 # $Id$
-# Maintainer: Judd Vinet jvi...@zeroflux.org
+# Maintainer: Giovanni Scafora giova...@archlinux.org
 # Contributer: Jason Chu j...@xentac.net
+
 pkgname=wireless_tools
 pkgver=29
 pkgrel=3
 pkgdesc=Wireless Tools
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 url=http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html;
 license=('GPL')
 depends=('glibc')
@@ -15,8 +16,9 @@
  '027576534885b8d5dded9be546057b12')
 
 build() {
-  cd $srcdir/wireless_tools.29
+  cd ${srcdir}/wireless_tools.29
+
   make || return 1
-  make INSTALL_DIR=$pkgdir/usr/sbin INSTALL_LIB=$pkgdir/usr/lib 
INSTALL_INC=$pkgdir/usr/include INSTALL_MAN=$pkgdir/usr/share/man install || 
return 1
-  install -D -m644 ../wireless.conf.d $startdir/pkg/etc/conf.d/wireless
+  make INSTALL_DIR=${pkgdir}/usr/sbin INSTALL_LIB=${pkgdir}/usr/lib 
INSTALL_INC=${pkgdir}/usr/include INSTALL_MAN=${pkgdir}/usr/share/man 
install || return 1
+  install -D -m644 ${srcdir}/wireless.conf.d ${pkgdir}/etc/conf.d/wireless 
|| return 1
 }