[arch-commits] Commit in libuhd/repos (6 files)

Kyle Keen kkeen at nymeria.archlinux.org
Sun Nov 10 15:32:25 UTC 2013


    Date: Sunday, November 10, 2013 @ 16:32:25
  Author: kkeen
Revision: 100771

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

Added:
  libuhd/repos/community-i686/PKGBUILD
    (from rev 100770, libuhd/trunk/PKGBUILD)
  libuhd/repos/community-x86_64/PKGBUILD
    (from rev 100770, libuhd/trunk/PKGBUILD)
Deleted:
  libuhd/repos/community-i686/PKGBUILD
  libuhd/repos/community-i686/libuhd.install
  libuhd/repos/community-x86_64/PKGBUILD
  libuhd/repos/community-x86_64/libuhd.install

---------------------------------+
 /PKGBUILD                       |   88 ++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD         |   45 -------------------
 community-i686/libuhd.install   |    7 ---
 community-x86_64/PKGBUILD       |   45 -------------------
 community-x86_64/libuhd.install |    7 ---
 5 files changed, 88 insertions(+), 104 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-11-10 15:31:32 UTC (rev 100770)
+++ community-i686/PKGBUILD	2013-11-10 15:32:25 UTC (rev 100771)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-# Contributor: Dominik Heidler <dheidler at gmail.com>
-
-pkgname=libuhd
-pkgver=3.5.4
-_verstring=003_005_004
-pkgrel=2
-pkgdesc="Universal Software Radio Peripheral (USRP) userspace driver"
-arch=('x86_64' 'i686')
-url="http://code.ettus.com/redmine/ettus/projects/uhd/wiki"
-license=('GPL')
-depends=('boost-libs' 'orc' 'libusbx')
-makedepends=('cmake' 'boost' 'python2-cheetah')
-install='libuhd.install'
-
-source=("libuhd-$pkgver.tar.gz::https://codeload.github.com/EttusResearch/uhd/tar.gz/release_$_verstring")
-md5sums=('e90c95483a52b75cacc85f4fb0ef63ed')
-
-build() {
-  cd "$srcdir/uhd-release_$_verstring/host"
-  # fix for py2
-  find -name "*.py" | xargs sed -i "s|#!/usr/bin/env python$|#!/usr/bin/env python2|"
-  mkdir -p build
-  cd build
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr/ \
-           -DPYTHON_EXECUTABLE=/usr/bin/python2 \
-           -DENABLE_EXAMPLES=OFF \
-           -DENABLE_UTILS=ON \
-           -DENABLE_TESTS=OFF \
-           -DENABLE_E100=ON
-  # e100 is disabled by default for now, check that on future releases
-  make
-}
-
-check() {
-  cd "$srcdir/uhd-release_$_verstring/host/build"
-  make test
-}
-
-package() {
-  cd "$srcdir/uhd-release_$_verstring/host/build"
-  make DESTDIR="$pkgdir" install
-  install -Dm644 "$pkgdir/usr/share/uhd/utils/uhd-usrp.rules" "$pkgdir/usr/lib/udev/rules.d/10-uhd-usrp.rules"
-} 

Copied: libuhd/repos/community-i686/PKGBUILD (from rev 100770, libuhd/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-11-10 15:32:25 UTC (rev 100771)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+# Contributor: Dominik Heidler <dheidler at gmail.com>
+
+pkgname=libuhd
+pkgver=3.5.4
+_verstring=003_005_004
+pkgrel=3
+pkgdesc="Universal Software Radio Peripheral (USRP) userspace driver"
+arch=('x86_64' 'i686')
+url="http://code.ettus.com/redmine/ettus/projects/uhd/wiki"
+license=('GPL')
+depends=('boost-libs' 'orc' 'libusbx')
+makedepends=('cmake' 'boost' 'python2-cheetah')
+
+source=("libuhd-$pkgver.tar.gz::https://codeload.github.com/EttusResearch/uhd/tar.gz/release_$_verstring")
+md5sums=('e90c95483a52b75cacc85f4fb0ef63ed')
+
+build() {
+  cd "$srcdir/uhd-release_$_verstring/host"
+  # fix for py2
+  find -name "*.py" | xargs sed -i "s|#!/usr/bin/env python$|#!/usr/bin/env python2|"
+  mkdir -p build
+  cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr/ \
+           -DPYTHON_EXECUTABLE=/usr/bin/python2 \
+           -DENABLE_EXAMPLES=OFF \
+           -DENABLE_UTILS=ON \
+           -DENABLE_TESTS=OFF \
+           -DENABLE_E100=ON
+  # e100 is disabled by default for now, check that on future releases
+  make
+}
+
+check() {
+  cd "$srcdir/uhd-release_$_verstring/host/build"
+  make test
+}
+
+package() {
+  cd "$srcdir/uhd-release_$_verstring/host/build"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "$pkgdir/usr/share/uhd/utils/uhd-usrp.rules" "$pkgdir/usr/lib/udev/rules.d/10-uhd-usrp.rules"
+} 

Deleted: community-i686/libuhd.install
===================================================================
--- community-i686/libuhd.install	2013-11-10 15:31:32 UTC (rev 100770)
+++ community-i686/libuhd.install	2013-11-10 15:32:25 UTC (rev 100771)
@@ -1,7 +0,0 @@
-post_install() {
-	ldconfig
-}
-
-post_upgrade() {
-	ldconfig
-}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-11-10 15:31:32 UTC (rev 100770)
+++ community-x86_64/PKGBUILD	2013-11-10 15:32:25 UTC (rev 100771)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-# Contributor: Dominik Heidler <dheidler at gmail.com>
-
-pkgname=libuhd
-pkgver=3.5.4
-_verstring=003_005_004
-pkgrel=2
-pkgdesc="Universal Software Radio Peripheral (USRP) userspace driver"
-arch=('x86_64' 'i686')
-url="http://code.ettus.com/redmine/ettus/projects/uhd/wiki"
-license=('GPL')
-depends=('boost-libs' 'orc' 'libusbx')
-makedepends=('cmake' 'boost' 'python2-cheetah')
-install='libuhd.install'
-
-source=("libuhd-$pkgver.tar.gz::https://codeload.github.com/EttusResearch/uhd/tar.gz/release_$_verstring")
-md5sums=('e90c95483a52b75cacc85f4fb0ef63ed')
-
-build() {
-  cd "$srcdir/uhd-release_$_verstring/host"
-  # fix for py2
-  find -name "*.py" | xargs sed -i "s|#!/usr/bin/env python$|#!/usr/bin/env python2|"
-  mkdir -p build
-  cd build
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr/ \
-           -DPYTHON_EXECUTABLE=/usr/bin/python2 \
-           -DENABLE_EXAMPLES=OFF \
-           -DENABLE_UTILS=ON \
-           -DENABLE_TESTS=OFF \
-           -DENABLE_E100=ON
-  # e100 is disabled by default for now, check that on future releases
-  make
-}
-
-check() {
-  cd "$srcdir/uhd-release_$_verstring/host/build"
-  make test
-}
-
-package() {
-  cd "$srcdir/uhd-release_$_verstring/host/build"
-  make DESTDIR="$pkgdir" install
-  install -Dm644 "$pkgdir/usr/share/uhd/utils/uhd-usrp.rules" "$pkgdir/usr/lib/udev/rules.d/10-uhd-usrp.rules"
-} 

Copied: libuhd/repos/community-x86_64/PKGBUILD (from rev 100770, libuhd/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-11-10 15:32:25 UTC (rev 100771)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+# Contributor: Dominik Heidler <dheidler at gmail.com>
+
+pkgname=libuhd
+pkgver=3.5.4
+_verstring=003_005_004
+pkgrel=3
+pkgdesc="Universal Software Radio Peripheral (USRP) userspace driver"
+arch=('x86_64' 'i686')
+url="http://code.ettus.com/redmine/ettus/projects/uhd/wiki"
+license=('GPL')
+depends=('boost-libs' 'orc' 'libusbx')
+makedepends=('cmake' 'boost' 'python2-cheetah')
+
+source=("libuhd-$pkgver.tar.gz::https://codeload.github.com/EttusResearch/uhd/tar.gz/release_$_verstring")
+md5sums=('e90c95483a52b75cacc85f4fb0ef63ed')
+
+build() {
+  cd "$srcdir/uhd-release_$_verstring/host"
+  # fix for py2
+  find -name "*.py" | xargs sed -i "s|#!/usr/bin/env python$|#!/usr/bin/env python2|"
+  mkdir -p build
+  cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr/ \
+           -DPYTHON_EXECUTABLE=/usr/bin/python2 \
+           -DENABLE_EXAMPLES=OFF \
+           -DENABLE_UTILS=ON \
+           -DENABLE_TESTS=OFF \
+           -DENABLE_E100=ON
+  # e100 is disabled by default for now, check that on future releases
+  make
+}
+
+check() {
+  cd "$srcdir/uhd-release_$_verstring/host/build"
+  make test
+}
+
+package() {
+  cd "$srcdir/uhd-release_$_verstring/host/build"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "$pkgdir/usr/share/uhd/utils/uhd-usrp.rules" "$pkgdir/usr/lib/udev/rules.d/10-uhd-usrp.rules"
+} 

Deleted: community-x86_64/libuhd.install
===================================================================
--- community-x86_64/libuhd.install	2013-11-10 15:31:32 UTC (rev 100770)
+++ community-x86_64/libuhd.install	2013-11-10 15:32:25 UTC (rev 100771)
@@ -1,7 +0,0 @@
-post_install() {
-	ldconfig
-}
-
-post_upgrade() {
-	ldconfig
-}




More information about the arch-commits mailing list