summaryrefslogtreecommitdiff
path: root/iw
diff options
context:
space:
mode:
authorBartlomiej Palmowski <wszystkie.fajne.loginy.zajete@gmail.com>2009-02-02 13:18:46 +0100
committerBartlomiej Palmowski <wszystkie.fajne.loginy.zajete@gmail.com>2009-02-02 13:19:48 +0100
commite7132406d94a6a21ce438842ad47c292fcb3d315 (patch)
treeebaa37112ff2ed3e43abaa7824d72c81fae1322b /iw
parent1f0fa0fc3edd69bbf4375c9bbbea2042fad42b66 (diff)
downloadcontrib-e7132406d94a6a21ce438842ad47c292fcb3d315.tar.gz
contrib-e7132406d94a6a21ce438842ad47c292fcb3d315.tar.xz
iw: 0.9.8 -> 0.9.9
Diffstat (limited to 'iw')
-rw-r--r--iw/.footprint7
-rw-r--r--iw/.md5sum3
-rw-r--r--iw/Pkgfile8
-rwxr-xr-xiw/version.sh6
4 files changed, 16 insertions, 8 deletions
diff --git a/iw/.footprint b/iw/.footprint
index 01422b5f6..13175cd9b 100644
--- a/iw/.footprint
+++ b/iw/.footprint
@@ -1,7 +1,6 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/iw
-drwxr-xr-x root/root usr/share/
-drwxr-xr-x root/root usr/share/man/
-drwxr-xr-x root/root usr/share/man/man8/
--rw-r--r-- root/root usr/share/man/man8/iw.8.gz
+drwxr-xr-x root/root usr/man/
+drwxr-xr-x root/root usr/man/man8/
+-rw-r--r-- root/root usr/man/man8/iw.8.gz
diff --git a/iw/.md5sum b/iw/.md5sum
index 33d7f860f..b4eb33918 100644
--- a/iw/.md5sum
+++ b/iw/.md5sum
@@ -1 +1,2 @@
-d39f85e3866b1be5533fe0edce412951 iw-0.9.8.tar.bz2
+fa79323a4dd181fdd3908990191d118d iw-0.9.9.tar.bz2
+c559720ab85bc4bb111a063518e98b67 version.sh
diff --git a/iw/Pkgfile b/iw/Pkgfile
index 70030778b..f93aec2ca 100644
--- a/iw/Pkgfile
+++ b/iw/Pkgfile
@@ -4,12 +4,14 @@
# Depends on: libnl
name=iw
-version=0.9.8
+version=0.9.9
release=1
-source=(http://wireless.kernel.org/download/$name/$name-$version.tar.bz2)
+source=(http://wireless.kernel.org/download/$name/$name-$version.tar.bz2
+ version.sh)
build() {
cd $name-$version
+ cp ../version.sh .
make
- make DESTDIR=$PKG install
+ MANDIR=/usr/man make DESTDIR=$PKG install
}
diff --git a/iw/version.sh b/iw/version.sh
new file mode 100755
index 000000000..5cb37778e
--- /dev/null
+++ b/iw/version.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+VERSION="0.9.9"
+OUT="version.h"
+
+echo "#define IW_VERSION \"$VERSION-nogit\"" > "$OUT"

Generated by cgit