summaryrefslogtreecommitdiff
path: root/testing/rfkill/PKGBUILD
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2011-11-23 17:44:22 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2011-11-23 17:44:22 +0100
commit2834c39eaa8a97fa6d3a2355f46b21da3a4bb8de (patch)
treec7e5032604c3c6a2ba63599389c26873cbf3c65c /testing/rfkill/PKGBUILD
parent5f0ea75dbd480a1ced023070da9847e1c6959692 (diff)
parent851ab9aa99e9bda38f88b5f5ade096c9137e11c8 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/acetoneiso2/PKGBUILD community/gpsman/PKGBUILD community/gts/PKGBUILD community/lat/PKGBUILD community/pidgin-fonomobutton/PKGBUILD community/qemu-launcher/PKGBUILD core/isdn4k-utils/PKGBUILD extra/nouveau-drm-lts/PKGBUILD
Diffstat (limited to 'testing/rfkill/PKGBUILD')
-rw-r--r--testing/rfkill/PKGBUILD38
1 files changed, 0 insertions, 38 deletions
diff --git a/testing/rfkill/PKGBUILD b/testing/rfkill/PKGBUILD
deleted file mode 100644
index 68d7ec070..000000000
--- a/testing/rfkill/PKGBUILD
+++ /dev/null
@@ -1,38 +0,0 @@
-# $Id: PKGBUILD 142056 2011-11-04 23:31:12Z stephane $
-# Maintainer: Thomas Bächler <thomas@archlinux.org>
-# Contributor: Giovanni Scafora <giovanni@archlinux.org>
-
-pkgname=rfkill
-pkgver=0.4
-pkgrel=3
-pkgdesc="A tool for enabling and disabling wireless devices"
-arch=('i686' 'x86_64')
-url="http://linuxwireless.org/en/users/Documentation/rfkill"
-license=('custom')
-depends=('glibc' 'filesystem>=2010.01')
-source=(http://wireless.kernel.org/download/${pkgname}/${pkgname}-${pkgver}.tar.bz2
- 60-rfkill.rules
- rfkill.conf.d
- rfkill.rc.d)
-backup=(etc/conf.d/rfkill)
-md5sums=('727892c0fb35c80ee3849fbe89b45350'
- '63f9bf9264911242e430867a41e8918c'
- '398e7cadf023e05e3e0c323aa33575b9'
- '793f0510e26547eb2632efce7d16e50e')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
- # License
- install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
- # Udev rule
- install -Dm644 "${srcdir}/60-rfkill.rules" "${pkgdir}/lib/udev/rules.d/60-rfkill.rules"
- # Init script
- install -Dm644 "${srcdir}/rfkill.conf.d" "${pkgdir}/etc/conf.d/rfkill"
- install -Dm755 "${srcdir}/rfkill.rc.d" "${pkgdir}/etc/rc.d/rfkill"
-}