[arch-commits] Commit in kismet/trunk (PKGBUILD python-install-flags.patch)

Levente Polyak anthraxx at archlinux.org
Wed Sep 23 21:32:09 UTC 2020


    Date: Wednesday, September 23, 2020 @ 21:32:08
  Author: anthraxx
Revision: 396444

upgpkg: kismet 2020_09_R3-1

Modified:
  kismet/trunk/PKGBUILD
  kismet/trunk/python-install-flags.patch

----------------------------+
 PKGBUILD                   |    8 +++----
 python-install-flags.patch |   48 +++++++++++++++++++++----------------------
 2 files changed, 28 insertions(+), 28 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-23 18:51:29 UTC (rev 396443)
+++ PKGBUILD	2020-09-23 21:32:08 UTC (rev 396444)
@@ -4,9 +4,9 @@
 # Contributor: Jason Chu <jason at archlinux.org>
 
 pkgname=kismet
-pkgver=2020_04_R3
+pkgver=2020_09_R3
 _realver="${pkgver//_/-}"
-pkgrel=2
+pkgrel=1
 pkgdesc="802.11 layer2 wireless network detector, sniffer, and intrusion detection system"
 url="https://www.kismetwireless.net/"
 arch=('x86_64')
@@ -37,9 +37,9 @@
 source=(https://www.kismetwireless.net/code/${pkgname}-${_realver}.tar.xz
         kismet.sysusers
         python-install-flags.patch)
-sha512sums=('585def7f19f479c6049cbc24e3886276d816f584fcb2070009cd90e35b33630d3e544145abf5f8b1eae87ec571a213ed9cb9f6b81345257c9bf1332d5bb319c2'
+sha512sums=('b1c0daee20c59124059cfa71d5ab938c47f143a467e14b442aaf67a372599ff799a08951745cedb6f38e5cded7f5a30834bf03adee53846a90a593a0b3231a6a'
             '452b728c30c9932bdb91741af425267da87a66962ea9b736751948881f5477dee0bff8e2eeca2befdea2920da6d7d9e198bde69cef8c48bb49a0093a7f0ef897'
-            '5effff1c25026436adccada5086f122e3c542a8edeec2f2f1018937ff43860b1b26a814876d72746bca4f7d1bcb9d4dcb1805c35c1786e6552ff45bc14fa6e4c')
+            'c24bff8ecc0288c0584f60760a27b364bf7b013aad809e4050bb6ed703fc60f3ea93f7e897717a6924333ac6734b20b99166846dae4a9c5c303ae1de39f6692c')
 validpgpkeys=('354689DF3C9DED803381A661D7B28822738BBDB1') # Michael Kershaw
 
 prepare() {

Modified: python-install-flags.patch
===================================================================
--- python-install-flags.patch	2020-09-23 18:51:29 UTC (rev 396443)
+++ python-install-flags.patch	2020-09-23 21:32:08 UTC (rev 396444)
@@ -1,45 +1,45 @@
 --- capture_freaklabs_zigbee/Makefile.in	2019-10-10 10:49:00.494256269 +0200
 +++ capture_freaklabs_zigbee/Makefile.in	2019-10-10 10:52:49.374152190 +0200
 @@ -10,7 +10,7 @@
- 	$(PYTHON) ./setup.py bdist
-
+ 	sed -i -E 's/^import kismet_/from . import kismet_/' $@
+ 
  install:
--	$(PYTHON) ./setup.py install
-+	$(PYTHON) ./setup.py install --root="$(DESTDIR)" -O1
- 	# $(INSTALL) -o $(INSTUSR) -g $(INSTGRP) $(MONITOR_BIN) $(BIN)/$(MONITOR_BIN)
+-	$(PYTHON) setup.py install --root="/$(DESTDIR)" --prefix="$(prefix)"
++	$(PYTHON) setup.py install --root="/$(DESTDIR)" --prefix="$(prefix)" -O1
 
  clean:
+ 	@-$(PYTHON) setup.py clean
 --- capture_sdr_rtl433/Makefile.in	2019-10-10 10:49:00.507590313 +0200
 +++ capture_sdr_rtl433/Makefile.in	2019-10-10 10:52:28.069331801 +0200
 @@ -11,7 +11,7 @@
- 	$(PYTHON) ./setup.py bdist
-
+ 	sed -i -E 's/^import kismet_/from . import kismet_/' $@
+ 
  install:
--	$(PYTHON) ./setup.py install
-+	$(PYTHON) ./setup.py install --root="$(DESTDIR)" -O1
+-	$(PYTHON) setup.py install --root="/$(DESTDIR)" --prefix="$(prefix)"
++	$(PYTHON) setup.py install --root="/$(DESTDIR)" --prefix="$(prefix)" -O1
 
  clean:
- 	@-$(PYTHON) ./setup.py clean
+ 	@-$(PYTHON) setup.py clean
 --- capture_sdr_rtladsb/Makefile.in	2019-10-10 10:49:00.510923825 +0200
 +++ capture_sdr_rtladsb/Makefile.in	2019-10-10 10:52:32.542260533 +0200
 @@ -11,7 +11,7 @@
- 	$(PYTHON) ./setup.py bdist
+ 	sed -i -E 's/^import kismet_/from . import kismet_/' $@
+ 
+ install:
+-	$(PYTHON) setup.py install --root="/$(DESTDIR)" --prefix="$(prefix)"
++	$(PYTHON) setup.py install --root="/$(DESTDIR)" --prefix="$(prefix)" -O1
 
- install:
--	$(PYTHON) ./setup.py install
-+	$(PYTHON) ./setup.py install --root="$(DESTDIR)" -O1
- 	# These are now part of the setup.py install
- 	# $(INSTALL) -o $(INSTUSR) -g $(INSTGRP) aircraft_db.csv $(ETC)/kismet_aircraft_db.csv
- 	# $(INSTALL) -o $(INSTUSR) -g $(INSTGRP) $(MONITOR_BIN) $(BIN)/$(MONITOR_BIN)
+ clean:
+ 	@-$(PYTHON) setup.py clean
 --- capture_sdr_rtlamr/Makefile.in	2019-10-10 10:49:00.514257335 +0200
 +++ capture_sdr_rtlamr/Makefile.in	2019-10-10 10:52:35.978622527 +0200
 @@ -11,7 +11,7 @@
- 	$(PYTHON) ./setup.py bdist
-
+ 	sed -i -E 's/^import kismet_/from . import kismet_/' $@
+ 
  install:
--	$(PYTHON) ./setup.py install
-+	$(PYTHON) ./setup.py install --root="$(DESTDIR)" -O1
- 
- protobuf:
- 	$(PROTOCBIN) -I ../protobuf_definitions --python_out=./KismetCaptureRtlamr ../protobuf_definitions/*.proto
+-	$(PYTHON) setup.py install --root="/$(DESTDIR)" --prefix="$(prefix)"
++	$(PYTHON) setup.py install --root="/$(DESTDIR)" --prefix="$(prefix)" -O1
 
+ clean:
+ 	@-$(PYTHON) setup.py clean
+



More information about the arch-commits mailing list