diff options
author | root <root@rshg054.dnsready.net> | 2013-10-25 02:08:36 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-10-25 02:08:36 -0700 |
commit | 5a3821aec094b38a412cf5e6997c08b6428d6f77 (patch) | |
tree | 80caf9e8d169d5c43d828ede599cb91fa065d8df /community/rtl-sdr | |
parent | 94ded0cb27161b972228cfef8ea2e6f60af0f2b2 (diff) |
Fri Oct 25 02:07:10 PDT 2013
Diffstat (limited to 'community/rtl-sdr')
-rw-r--r-- | community/rtl-sdr/PKGBUILD | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/community/rtl-sdr/PKGBUILD b/community/rtl-sdr/PKGBUILD index 04c8afa7f..260b5c4fe 100644 --- a/community/rtl-sdr/PKGBUILD +++ b/community/rtl-sdr/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 98280 2013-10-07 22:50:19Z kkeen $ +# $Id: PKGBUILD 99108 2013-10-24 13:05:39Z kkeen $ # Maintainer: Kyle Keen <keenerd@gmail.com> # Contributor: Michael Düll <mail@akurei.me> @@ -7,7 +7,7 @@ pkgname=rtl-sdr # consider using tags for the pkgver in the future pkgver=20130913 _commit=4914b5d4314b752 -pkgrel=1 +pkgrel=2 pkgdesc="Driver for Realtek RTL2832U, allowing general purpose software defined radio (SDR)." arch=('i686' 'x86_64') url="http://sdr.osmocom.org/trac/wiki/rtl-sdr" @@ -15,6 +15,7 @@ license=('GPL') depends=('libusb>=1.0') makedepends=('git' 'cmake') conflicts=('rtl-sdr-git') +options=('staticlibs') install=rtl-sdr.install source=("git://git.osmocom.org/rtl-sdr.git#commit=$_commit" 'rtlsdr.conf') @@ -28,6 +29,7 @@ build() { mkdir build cd build cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr -Wno-dev ../ + #cmake ../ -DINSTALL_UDEV_RULES=ON make } |