summaryrefslogtreecommitdiff
path: root/community/macchanger
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/macchanger
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/macchanger')
-rw-r--r--community/macchanger/PKGBUILD27
1 files changed, 0 insertions, 27 deletions
diff --git a/community/macchanger/PKGBUILD b/community/macchanger/PKGBUILD
deleted file mode 100644
index 6992f1f08..000000000
--- a/community/macchanger/PKGBUILD
+++ /dev/null
@@ -1,27 +0,0 @@
-# $Id: PKGBUILD 87606 2013-04-04 02:46:04Z kkeen $
-# Maintainer: Kyle Keen <keenerd@gmail.com>
-# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
-
-pkgname=macchanger
-pkgver=1.6.0
-pkgrel=1
-pkgdesc="A small utility to change your NIC's MAC address"
-arch=('i686' 'x86_64')
-url="http://ftp.gnu.org/gnu/macchanger"
-license=('GPL')
-source=(http://ftp.gnu.org/gnu/macchanger/${pkgname}-${pkgver}.tar.gz)
-md5sums=('1257b18e9067a8192c9747da52aabdda')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr \
- --mandir=/usr/share/man \
- --infodir=/usr/share/man
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
-
- make DESTDIR="${pkgdir}" install
-}