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

Gaetan Bisson bisson at nymeria.archlinux.org
Sun Feb 2 21:38:13 UTC 2014


    Date: Sunday, February 2, 2014 @ 22:38:13
  Author: bisson
Revision: 205015

db-move: moved wireless_tools from [staging] to [testing] (i686, x86_64)

Added:
  wireless_tools/repos/testing-i686/
  wireless_tools/repos/testing-i686/PKGBUILD
    (from rev 205013, wireless_tools/repos/staging-i686/PKGBUILD)
  wireless_tools/repos/testing-x86_64/
  wireless_tools/repos/testing-x86_64/PKGBUILD
    (from rev 205013, wireless_tools/repos/staging-x86_64/PKGBUILD)
Deleted:
  wireless_tools/repos/staging-i686/
  wireless_tools/repos/staging-x86_64/

-------------------------+
 testing-i686/PKGBUILD   |   35 +++++++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   35 +++++++++++++++++++++++++++++++++++
 2 files changed, 70 insertions(+)

Copied: wireless_tools/repos/testing-i686/PKGBUILD (from rev 205013, wireless_tools/repos/staging-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2014-02-02 21:38:13 UTC (rev 205015)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Jason Chu <jchu at xentac.net>
+
+pkgname=wireless_tools
+pkgver=30.pre9
+_pkgver=${pkgver%.pre*}
+pkgrel=1
+pkgdesc='Tools allowing to manipulate the Wireless Extensions'
+url='http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html'
+license=('GPL')
+arch=('i686' 'x86_64')
+source=("http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/${pkgname}.${pkgver}.tar.gz")
+sha1sums=('41db5ced9ed3d8d3cc104ce43c19af1d72f07eec')
+
+prepare() {
+	cd "${srcdir}/${pkgname}.${_pkgver}"
+	sed '/BUILD_STATIC =/d' -i Makefile
+}
+
+build() {
+	cd "${srcdir}/${pkgname}.${_pkgver}"
+	make CFLAGS="${CFLAGS} -I." LDFLAGS="${LDFLAGS}"
+}
+
+package() {
+	cd "${srcdir}/${pkgname}.${_pkgver}"
+	make \
+		INSTALL_DIR="${pkgdir}/usr/bin" \
+		INSTALL_LIB="${pkgdir}/usr/lib" \
+		INSTALL_INC="${pkgdir}/usr/include" \
+		INSTALL_MAN="${pkgdir}/usr/share/man" \
+		install
+}

Copied: wireless_tools/repos/testing-x86_64/PKGBUILD (from rev 205013, wireless_tools/repos/staging-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2014-02-02 21:38:13 UTC (rev 205015)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Jason Chu <jchu at xentac.net>
+
+pkgname=wireless_tools
+pkgver=30.pre9
+_pkgver=${pkgver%.pre*}
+pkgrel=1
+pkgdesc='Tools allowing to manipulate the Wireless Extensions'
+url='http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html'
+license=('GPL')
+arch=('i686' 'x86_64')
+source=("http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/${pkgname}.${pkgver}.tar.gz")
+sha1sums=('41db5ced9ed3d8d3cc104ce43c19af1d72f07eec')
+
+prepare() {
+	cd "${srcdir}/${pkgname}.${_pkgver}"
+	sed '/BUILD_STATIC =/d' -i Makefile
+}
+
+build() {
+	cd "${srcdir}/${pkgname}.${_pkgver}"
+	make CFLAGS="${CFLAGS} -I." LDFLAGS="${LDFLAGS}"
+}
+
+package() {
+	cd "${srcdir}/${pkgname}.${_pkgver}"
+	make \
+		INSTALL_DIR="${pkgdir}/usr/bin" \
+		INSTALL_LIB="${pkgdir}/usr/lib" \
+		INSTALL_INC="${pkgdir}/usr/include" \
+		INSTALL_MAN="${pkgdir}/usr/share/man" \
+		install
+}




More information about the arch-commits mailing list