updated on Sat Jan 21 20:03:50 UTC 2012
[aur-mirror.git] / rt61-cvs-daily / PKGBUILD
blob86624a046a5f7f3b9d391d5a0cb83cc515f11097
1 # $Id: PKGBUILD,v 1.3 2007/09/19 10:08:45 tom Exp $
2 # Maintainer: Oleg Fajans <ofajans@gmail.com>
4 pkgname=rt61-cvs-daily
5 pkgver=21.0
6 pkgrel=2
7 pkgdesc="Firmware for the rt2x00 wireless drivers"
8 arch=(i686 x86_64)
9 url="http://www.ralinktech.com/ralink/Home/Support/Linux.html"
10 license=('RALINK')
11 source=(http://rt2x00.serialmonkey.com/rt61-cvs-daily.tar.gz)
13 build() {
14   cd $startdir/src/rt61-cvs-*/Module
15   make
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')