[arch-commits] Commit in hackrf/repos (4 files)

Kyle Keen kkeen at archlinux.org
Fri Aug 29 16:11:39 UTC 2014


    Date: Friday, August 29, 2014 @ 18:11:39
  Author: kkeen
Revision: 118074

archrelease: copy trunk to community-i686, community-x86_64

Added:
  hackrf/repos/community-i686/PKGBUILD
    (from rev 118073, hackrf/trunk/PKGBUILD)
  hackrf/repos/community-x86_64/PKGBUILD
    (from rev 118073, hackrf/trunk/PKGBUILD)
Deleted:
  hackrf/repos/community-i686/PKGBUILD
  hackrf/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   72 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   35 ---------------------
 community-x86_64/PKGBUILD |   35 ---------------------
 3 files changed, 72 insertions(+), 70 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-08-29 16:11:19 UTC (rev 118073)
+++ community-i686/PKGBUILD	2014-08-29 16:11:39 UTC (rev 118074)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-# Contributor: Dominik Heidler <dheidler at gmail.com>
-pkgname=hackrf
-pkgver=2014.04.1
-pkgrel=1
-pkgdesc="Driver for HackRF, allowing general purpose software defined radio (SDR)."
-arch=('i686' 'x86_64')
-url="https://github.com/mossmann/hackrf"
-license=('GPL2')
-depends=('libusb')
-makedepends=('cmake')
-
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz")
-md5sums=('bcdd6a9a99dfc5b1a277825d1be9e2ec')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver/host"
-  mkdir -p build
-  cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr ../
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  pushd host/build
-  make DESTDIR="$pkgdir" install
-  popd
-  pushd host/hackrf-tools
-  install -vD -m644 52-hackrf.rules "$pkgdir/usr/lib/udev/rules.d/52-hackrf.rules"
-  popd
-  pushd firmware-bin/hackrf-one
-  install -vD -m644 hackrf_usb_rom_to_ram.bin "$pkgdir/usr/share/hackrf/hackrf_usb_rom_to_ram.bin"
-}

Copied: hackrf/repos/community-i686/PKGBUILD (from rev 118073, hackrf/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-08-29 16:11:39 UTC (rev 118074)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+# Contributor: Dominik Heidler <dheidler at gmail.com>
+pkgname=hackrf
+pkgver=2014.08.1
+pkgrel=1
+pkgdesc="Driver for HackRF, allowing general purpose software defined radio (SDR)."
+arch=('i686' 'x86_64')
+url="https://github.com/mossmann/hackrf"
+license=('GPL2')
+depends=('libusb')
+makedepends=('cmake')
+
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz")
+md5sums=('b2b22d8480bfb79822217fefbe778170')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver/host"
+  mkdir -p build
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr ../
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  pushd host/build
+  make DESTDIR="$pkgdir" install
+  popd
+  pushd host/libhackrf
+  install -vD -m644 53-hackrf.rules "$pkgdir/usr/lib/udev/rules.d/53-hackrf.rules"
+  popd
+  pushd firmware-bin
+  install -vD -m644 hackrf_jawbreaker_usb_rom_to_ram.bin "$pkgdir/usr/share/hackrf/hackrf_jawbreaker_usb_rom_to_ram.bin"
+  install -vD -m644 hackrf_one_usb_rom_to_ram.bin "$pkgdir/usr/share/hackrf/hackrf_usb_rom_to_ram.bin"
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-08-29 16:11:19 UTC (rev 118073)
+++ community-x86_64/PKGBUILD	2014-08-29 16:11:39 UTC (rev 118074)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-# Contributor: Dominik Heidler <dheidler at gmail.com>
-pkgname=hackrf
-pkgver=2014.04.1
-pkgrel=1
-pkgdesc="Driver for HackRF, allowing general purpose software defined radio (SDR)."
-arch=('i686' 'x86_64')
-url="https://github.com/mossmann/hackrf"
-license=('GPL2')
-depends=('libusb')
-makedepends=('cmake')
-
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz")
-md5sums=('bcdd6a9a99dfc5b1a277825d1be9e2ec')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver/host"
-  mkdir -p build
-  cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr ../
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  pushd host/build
-  make DESTDIR="$pkgdir" install
-  popd
-  pushd host/hackrf-tools
-  install -vD -m644 52-hackrf.rules "$pkgdir/usr/lib/udev/rules.d/52-hackrf.rules"
-  popd
-  pushd firmware-bin/hackrf-one
-  install -vD -m644 hackrf_usb_rom_to_ram.bin "$pkgdir/usr/share/hackrf/hackrf_usb_rom_to_ram.bin"
-}

Copied: hackrf/repos/community-x86_64/PKGBUILD (from rev 118073, hackrf/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-08-29 16:11:39 UTC (rev 118074)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+# Contributor: Dominik Heidler <dheidler at gmail.com>
+pkgname=hackrf
+pkgver=2014.08.1
+pkgrel=1
+pkgdesc="Driver for HackRF, allowing general purpose software defined radio (SDR)."
+arch=('i686' 'x86_64')
+url="https://github.com/mossmann/hackrf"
+license=('GPL2')
+depends=('libusb')
+makedepends=('cmake')
+
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz")
+md5sums=('b2b22d8480bfb79822217fefbe778170')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver/host"
+  mkdir -p build
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr ../
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  pushd host/build
+  make DESTDIR="$pkgdir" install
+  popd
+  pushd host/libhackrf
+  install -vD -m644 53-hackrf.rules "$pkgdir/usr/lib/udev/rules.d/53-hackrf.rules"
+  popd
+  pushd firmware-bin
+  install -vD -m644 hackrf_jawbreaker_usb_rom_to_ram.bin "$pkgdir/usr/share/hackrf/hackrf_jawbreaker_usb_rom_to_ram.bin"
+  install -vD -m644 hackrf_one_usb_rom_to_ram.bin "$pkgdir/usr/share/hackrf/hackrf_usb_rom_to_ram.bin"
+}




More information about the arch-commits mailing list