Advertisement
Guest User

PKGBUILD.crda

a guest
Apr 27th, 2011
1,202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. pkgname=crda
  2. pkgver=1.1.1
  3. pkgrel=3
  4. pkgdesc="Central Regulatory Domain Agent for wireless networks"
  5. arch=(i686 x86_64)
  6. license=('custom')
  7. depends=('wireless-regdb' 'libnl' 'libgcrypt' 'udev' 'iw')
  8. makedepends=('python-m2crypto')
  9.  
  10. build() {
  11. cd "$srcdir/$pkgname-$pkgver"
  12. make
  13. }
  14.  
  15. package() {
  16. cd "$srcdir/$pkgname-$pkgver"
  17. make DESTDIR="$pkgdir/" install
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement