Skip to content

Commit

Permalink
gr-gsm: switch to working branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
noptrix committed Aug 31, 2023
1 parent 279528b commit d6e8faf
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions packages/gr-gsm/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,20 @@
# See COPYING for license details.

pkgname=gr-gsm
pkgver=1151.2efaa49
pkgrel=4
pkgver=1194.a77cf59
pkgrel=1
pkgdesc='Gnuradio blocks and tools for receiving GSM transmissions.'
arch=('x86_64' 'aarch64')
groups=('blackarch' 'blackarch-radio')
url='https://github.com/ptrkrysik/gr-gsm'
license=('GPL3')
depends=('gnuradio' 'libosmocore' 'boost' 'swig' 'log4cpp' 'python-scipy'
'qwt5' 'gnuradio-companion' 'python-docutils' 'talloc' 'pygtk'
'gnuradio-osmosdr' 'libosmosdr' 'cppunit' 'doxygen' 'lksctp-tools')
makedepends=('git' 'cmake')
'qwt' 'gnuradio-companion' 'python-docutils' 'talloc' 'pygtk'
'gnuradio-osmosdr' 'libosmosdr' 'cppunit' 'doxygen' 'lksctp-tools'
'python-pyqt5' 'gcc-libs' 'python')
makedepends=('git' 'cmake' 'graphviz' 'python-yaml' 'pybind11' 'swig' 'log4cpp')
#source=("git+https://github.com/velichkov/$pkgname.git")
source=("git+https://github.com/velichkov/gr-gsm.git#branch=maint-3.8")
source=("git+https://github.com/bkerler/gr-gsm.git#branch=maint-3.10")
# temporary, move to master later, as it will support gnuradio 3.8 version
sha512sums=('SKIP')

Expand All @@ -24,16 +25,12 @@ pkgver() {
echo $(git rev-list --count HEAD).$(git rev-parse --short HEAD)
}

prepare() {
build() {
cd $pkgname

mkdir -p build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
}

build() {
cd "$pkgname/build"

make
}
Expand Down

0 comments on commit d6e8faf

Please sign in to comment.