[arch-commits] Commit in macchanger/repos (2 files)

Felix Yan felixonmars at archlinux.org
Fri Nov 9 22:50:00 UTC 2018


    Date: Friday, November 9, 2018 @ 22:49:59
  Author: felixonmars
Revision: 405096

archrelease: copy trunk to community-staging-x86_64

Added:
  macchanger/repos/community-staging-x86_64/
  macchanger/repos/community-staging-x86_64/PKGBUILD
    (from rev 405095, macchanger/trunk/PKGBUILD)

----------+
 PKGBUILD |   29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

Copied: macchanger/repos/community-staging-x86_64/PKGBUILD (from rev 405095, macchanger/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2018-11-09 22:49:59 UTC (rev 405096)
@@ -0,0 +1,29 @@
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=macchanger
+pkgver=1.7.0
+pkgrel=3
+pkgdesc="A small utility to change your NIC's MAC address"
+arch=('x86_64')
+#url="http://ftp.gnu.org/gnu/macchanger"
+url="http://www.gnu.org/software/macchanger"
+license=('GPL')
+depends=('glibc')
+source=("https://github.com/alobbs/macchanger/archive/$pkgver.tar.gz")
+md5sums=('ebd3c24360454b2684c39d89dcaabac8')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./autogen.sh
+  ./configure --prefix=/usr \
+              --mandir=/usr/share/man \
+              --infodir=/usr/share/info
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list