Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=262de3dbec8dab1aa1f0cab98547796e0b557e4a
commit 262de3dbec8dab1aa1f0cab98547796e0b557e4a Author: DeX77 <[email protected]> Date: Tue Oct 8 21:17:15 2013 +0200 crda-1.1.3-1-x86_64 * new package diff --git a/source/base/crda/FrugalBuild b/source/base/crda/FrugalBuild new file mode 100644 index 0000000..686f9bb --- /dev/null +++ b/source/base/crda/FrugalBuild @@ -0,0 +1,22 @@ +# Compiling Time: 0.01 SBU +# Maintainer: DeX77 <[email protected]> + +options+=('asneeded') + +pkgname=crda +pkgver=1.1.3 +pkgrel=1 +pkgdesc="Central Regulatory Domain Agent for wireless networks" +archs=(i686 x86_64) +url="http://wireless.kernel.org/en/developers/Regulatory/CRDA" +license=('custom') +groups=('base') +depends=('libnl' 'libgcrypt' 'systemd' 'iw' 'wireless-regdb') +makedepends=('python-m2crypto') +source=(http://wireless.kernel.org/download/crda/${pkgname}-${pkgver}.tar.bz2) +up2date="Flasttar http://wireless.kernel.org/download/crda/" +sha1sums=('6e0adbfc0f5418a03d7d708bd39d52cd1325b511') + +build(){ + Fbuild crda regdbdump +} _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
