1
0
forked from ports/contrib

iw: 0.9.8 -> 0.9.9

This commit is contained in:
Bartlomiej Palmowski 2009-02-02 13:18:46 +01:00
parent 1f0fa0fc3e
commit e7132406d9
4 changed files with 16 additions and 8 deletions

View File

@ -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

View File

@ -1 +1,2 @@
d39f85e3866b1be5533fe0edce412951 iw-0.9.8.tar.bz2
fa79323a4dd181fdd3908990191d118d iw-0.9.9.tar.bz2
c559720ab85bc4bb111a063518e98b67 version.sh

View File

@ -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
}

6
iw/version.sh Executable file
View File

@ -0,0 +1,6 @@
#!/bin/sh
VERSION="0.9.9"
OUT="version.h"
echo "#define IW_VERSION \"$VERSION-nogit\"" > "$OUT"