Subversion Repository

Parent Directory Parent Directory | Revision Log Revision Log


Revision 201 - (hide annotations)
Sun Oct 4 15:01:40 2009 UTC (3 years, 7 months ago) by cjg
File size: 418 byte(s)
importing opt
1 cjg 201 # Maintainer: Till Biedermann, tillbiedermann at yahoo dot de
2     # Description: Tools to configure and manipulate wlan devices
3     # URL: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html
4     # Depends on:
5    
6     name=wireless-tools
7     version=29
8     release=1
9     source=(http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/${name/-/_}.$version.tar.gz)
10    
11     build() {
12     cd ${name/-/_}.$version
13     make && make PREFIX=$PKG/usr install
14     }
15