1 # $Id: PKGBUILD,v 1.3 2007/09/19 10:08:45 tom Exp $
2 # Maintainer: Oleg Fajans <ofajans@gmail.com>
7 pkgdesc="Firmware for the rt2x00 wireless drivers"
9 url="http://www.ralinktech.com/ralink/Home/Support/Linux.html"
11 source=(http://rt2x00.serialmonkey.com/rt61-cvs-daily.tar.gz)
14 cd $startdir/src/rt61-cvs-*/Module
16 mkdir -p $startdir/pkg/lib/firmware
17 install -m644 rt2* $startdir/pkg/lib/firmware || return 1
19 #the tarball is updated daily, so you will have to manually update the md5 sums. Use the 'md5sum $tarball' command ;-)
21 md5sums=('4fc571d2f7773627fee66c58549d1305')