blob: e66dcfda0c9eebeaa528f4effbb5884394a6839a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
2010-05-07 Angel Velasquez <angvp@archlinux.org>
* ChangeLog added
* Removed old patches from SVN
* Applied changes from FS#15746 thanks to people who worked on it.
* Files that are no longer shipped and so should not be backed up:
backup=('etc/ap_manuf' 'etc/client_manuf' 'etc/kismet_ui.conf')
* No longer needed; gpsmap is deprecated and being replaced with a tile-based
mapper, as of yet incomplete
optdepends=('perl-libwww: fetch maps for gpsmap')
* Configuration has completely changed, no longer containing
references to either prism2 or wlanng
sed -i 's/prism2/wlanng/g' conf/kismet.conf
* Ownership of man pages now defaults to "root" if the group "man" does not exist
chown root:root "$pkgdir"/usr/share/man/man{1,5}/*
* Dependencies no longer needed
depends=('gmp' 'imagemagick' 'dbus' 'libjpeg>=7')
* Options no longer needed
options=('!makeflags')
|