Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Commit

Permalink
upgpkg: gnuradio-osmosdr 0.2.0-1
Browse files Browse the repository at this point in the history
git-svn-id: file:///srv/repos/svn-community/svn@595629 9fca08f4-af9d-4005-b8df-a31f2cc04f65
  • Loading branch information
kkeen authored and svntogit committed Mar 13, 2020
1 parent 04b337f commit 055e53f
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions trunk/PKGBUILD
Expand Up @@ -2,28 +2,24 @@
# Contributor: Dominik Heidler <dheidler@gmail.com>

pkgname=gnuradio-osmosdr
_pkgname=gr-osmosdr
_r=128
_commit=f3905d3510dfb3851f946f097a9e2ddaa5fb333b
pkgver=0.1.5.r$_r.${_commit:0:6}
pkgrel=6
_reponame=gr-osmosdr
pkgver=0.2.0
pkgrel=1
pkgdesc='Source block for Funcube Dongle, RTL-SDR, USRP, OsmoSDR, BladeRF, HackRF and AirSpy devices'
url='https://sdr.osmocom.org/trac/'
url='http://osmocom.org/projects/gr-osmosdr'
arch=('x86_64')
license=('GPL')
depends=('gnuradio' 'gnuradio-iqbal' 'rtl-sdr' 'gnuradio-fcdproplus' 'hackrf' 'bladerf' 'airspy' 'soapysdr')
depends=('gnuradio' 'libvolk' 'gnuradio-iqbal' 'rtl-sdr' 'gnuradio-fcdproplus' 'hackrf' 'bladerf' 'airspy' 'soapysdr')
optdepends=('python-opengl: osmocom_fft')
makedepends=('git' 'cmake' 'boost' 'swig')
replaces=('gr-osmosdr')
#source=("git://git.osmocom.org/gr-osmosdr#commit=$_commit")
# use this random dude's repo, because where is osmocom?
source=("git://github.com/igorauad/gr-osmosdr/#commit=$_commit")
source=("git://git.osmocom.org/gr-osmosdr/#tag=v$pkgver")
md5sums=('SKIP')

# add support for miri, osmo?

build() {
cd $_pkgname
cd $_reponame

mkdir -p build
cd build
Expand All @@ -41,7 +37,7 @@ build() {
}

package() {
cd $_pkgname/build
cd $_reponame/build

make DESTDIR="$pkgdir" install
}

0 comments on commit 055e53f

Please sign in to comment.