Date: Thursday, May 16, 2013 @ 20:41:32
  Author: bisson
Revision: 185643

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

Added:
  rfkill/repos/testing-i686/
  rfkill/repos/testing-i686/PKGBUILD
    (from rev 185642, rfkill/trunk/PKGBUILD)
  rfkill/repos/testing-i686/rules.d
    (from rev 185642, rfkill/trunk/rules.d)
  rfkill/repos/testing-i686/service.block
    (from rev 185642, rfkill/trunk/service.block)
  rfkill/repos/testing-i686/service.unblock
    (from rev 185642, rfkill/trunk/service.unblock)
  rfkill/repos/testing-x86_64/
  rfkill/repos/testing-x86_64/PKGBUILD
    (from rev 185642, rfkill/trunk/PKGBUILD)
  rfkill/repos/testing-x86_64/rules.d
    (from rev 185642, rfkill/trunk/rules.d)
  rfkill/repos/testing-x86_64/service.block
    (from rev 185642, rfkill/trunk/service.block)
  rfkill/repos/testing-x86_64/service.unblock
    (from rev 185642, rfkill/trunk/service.unblock)

--------------------------------+
 testing-i686/PKGBUILD          |   34 ++++++++++++++++++++++++++++++++++
 testing-i686/rules.d           |    1 +
 testing-i686/service.block     |   10 ++++++++++
 testing-i686/service.unblock   |   10 ++++++++++
 testing-x86_64/PKGBUILD        |   34 ++++++++++++++++++++++++++++++++++
 testing-x86_64/rules.d         |    1 +
 testing-x86_64/service.block   |   10 ++++++++++
 testing-x86_64/service.unblock |   10 ++++++++++
 8 files changed, 110 insertions(+)

Copied: rfkill/repos/testing-i686/PKGBUILD (from rev 185642, 
rfkill/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD                               (rev 0)
+++ testing-i686/PKGBUILD       2013-05-16 18:41:32 UTC (rev 185643)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Gaetan Bisson <[email protected]>
+# Contributor: Thomas Bächler <[email protected]>
+# Contributor: Giovanni Scafora <[email protected]>
+
+pkgname=rfkill
+pkgver=0.5
+pkgrel=1
+pkgdesc='Tool for enabling and disabling wireless devices'
+url='http://wireless.kernel.org/en/users/Documentation/rfkill'
+license=('custom')
+arch=('i686' 'x86_64')
+source=("https://www.kernel.org/pub/software/network/${pkgname}/${pkgname}-${pkgver}.tar.xz";
+        'service.unblock'
+        'service.block'
+        'rules.d')
+sha1sums=('03025d4ae285c40d5c19ec99ef7b317afda9d900'
+          '5f4a04a434df2ca28ca6687326c67c1f125aa3d4'
+          '6cc294af37232469cd5ba63455b571fe258e1cc6'
+          '6390eaa793b473098aaa11b13c5254d611a4c13a')
+
+build() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       make
+}
+
+package() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       make SBINDIR=/usr/bin DESTDIR="${pkgdir}" install
+       install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+       install -Dm644 ../rules.d 
"${pkgdir}/usr/lib/udev/rules.d/60-rfkill.rules"
+       install -Dm644 ../service.block 
"${pkgdir}/usr/lib/systemd/system/[email protected]"
+       install -Dm644 ../service.unblock 
"${pkgdir}/usr/lib/systemd/system/[email protected]"
+}

Copied: rfkill/repos/testing-i686/rules.d (from rev 185642, 
rfkill/trunk/rules.d)
===================================================================
--- testing-i686/rules.d                                (rev 0)
+++ testing-i686/rules.d        2013-05-16 18:41:32 UTC (rev 185643)
@@ -0,0 +1 @@
+KERNEL=="rfkill", GROUP="rfkill", MODE="0664"

Copied: rfkill/repos/testing-i686/service.block (from rev 185642, 
rfkill/trunk/service.block)
===================================================================
--- testing-i686/service.block                          (rev 0)
+++ testing-i686/service.block  2013-05-16 18:41:32 UTC (rev 185643)
@@ -0,0 +1,10 @@
+[Unit]
+Description=RFKill-Block %I
[email protected]
+
+[Service]
+Type=oneshot
+ExecStart=/usr/bin/rfkill block %I
+
+[Install]
+WantedBy=multi-user.target

Copied: rfkill/repos/testing-i686/service.unblock (from rev 185642, 
rfkill/trunk/service.unblock)
===================================================================
--- testing-i686/service.unblock                                (rev 0)
+++ testing-i686/service.unblock        2013-05-16 18:41:32 UTC (rev 185643)
@@ -0,0 +1,10 @@
+[Unit]
+Description=RFKill-Unblock %I
[email protected]
+
+[Service]
+Type=oneshot
+ExecStart=/usr/bin/rfkill unblock %I
+
+[Install]
+WantedBy=multi-user.target

Copied: rfkill/repos/testing-x86_64/PKGBUILD (from rev 185642, 
rfkill/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2013-05-16 18:41:32 UTC (rev 185643)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Gaetan Bisson <[email protected]>
+# Contributor: Thomas Bächler <[email protected]>
+# Contributor: Giovanni Scafora <[email protected]>
+
+pkgname=rfkill
+pkgver=0.5
+pkgrel=1
+pkgdesc='Tool for enabling and disabling wireless devices'
+url='http://wireless.kernel.org/en/users/Documentation/rfkill'
+license=('custom')
+arch=('i686' 'x86_64')
+source=("https://www.kernel.org/pub/software/network/${pkgname}/${pkgname}-${pkgver}.tar.xz";
+        'service.unblock'
+        'service.block'
+        'rules.d')
+sha1sums=('03025d4ae285c40d5c19ec99ef7b317afda9d900'
+          '5f4a04a434df2ca28ca6687326c67c1f125aa3d4'
+          '6cc294af37232469cd5ba63455b571fe258e1cc6'
+          '6390eaa793b473098aaa11b13c5254d611a4c13a')
+
+build() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       make
+}
+
+package() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       make SBINDIR=/usr/bin DESTDIR="${pkgdir}" install
+       install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+       install -Dm644 ../rules.d 
"${pkgdir}/usr/lib/udev/rules.d/60-rfkill.rules"
+       install -Dm644 ../service.block 
"${pkgdir}/usr/lib/systemd/system/[email protected]"
+       install -Dm644 ../service.unblock 
"${pkgdir}/usr/lib/systemd/system/[email protected]"
+}

Copied: rfkill/repos/testing-x86_64/rules.d (from rev 185642, 
rfkill/trunk/rules.d)
===================================================================
--- testing-x86_64/rules.d                              (rev 0)
+++ testing-x86_64/rules.d      2013-05-16 18:41:32 UTC (rev 185643)
@@ -0,0 +1 @@
+KERNEL=="rfkill", GROUP="rfkill", MODE="0664"

Copied: rfkill/repos/testing-x86_64/service.block (from rev 185642, 
rfkill/trunk/service.block)
===================================================================
--- testing-x86_64/service.block                                (rev 0)
+++ testing-x86_64/service.block        2013-05-16 18:41:32 UTC (rev 185643)
@@ -0,0 +1,10 @@
+[Unit]
+Description=RFKill-Block %I
[email protected]
+
+[Service]
+Type=oneshot
+ExecStart=/usr/bin/rfkill block %I
+
+[Install]
+WantedBy=multi-user.target

Copied: rfkill/repos/testing-x86_64/service.unblock (from rev 185642, 
rfkill/trunk/service.unblock)
===================================================================
--- testing-x86_64/service.unblock                              (rev 0)
+++ testing-x86_64/service.unblock      2013-05-16 18:41:32 UTC (rev 185643)
@@ -0,0 +1,10 @@
+[Unit]
+Description=RFKill-Unblock %I
[email protected]
+
+[Service]
+Type=oneshot
+ExecStart=/usr/bin/rfkill unblock %I
+
+[Install]
+WantedBy=multi-user.target

Reply via email to