summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/ipw3945d/PKGBUILD
blob: 07e90438c3c081dc5fb4f60af147d9b9f70b3ba8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# $Id: PKGBUILD 356 2008-04-18 22:56:27Z aaron $
# Maintainer: James Rayner <iphitus@gmail.com>
# Contributor: Giovanni Scafora <linuxmania@gmail.com>

pkgname=ipw3945d
pkgver=1.7.22
pkgrel=4
pkgdesc="Regulatory daemon for IPW3945"
arch=(i686 x86_64)
url="http://www.bughost.org/ipw3945"
license=""
depends=('glibc')
install=ipw3945d.install
source=(http://www.bughost.org/ipw3945/daemon/$pkgname-$pkgver.tgz ipw3945d.rc)

build() {
  cd $startdir/src/$pkgname-$pkgver
  #Install daemon w/ Arch specific fix
  if [ "$CARCH" = "x86_64" ]; then
  install -D -m 755 x86_64/ipw3945d $startdir/pkg/sbin/ipw3945d
  else install -D -m 755 x86/ipw3945d $startdir/pkg/sbin/ipw3945d
  fi
  # Install license
  install -D -m 644 LICENSE.ipw3945d $startdir/pkg/usr/share/licenses/$pkgname/LICENSE
  install -m755 -D $startdir/src/ipw3945d.rc $startdir/pkg/etc/rc.d/ipw3945d || return 
}

md5sums=('097888f5be05eb2b9b87dcdbeeb948ce' '72aafd7cba214592de6175974a48b4f9')