description="Utility for viewing/manipulating the MAC address of network interfaces"
url="http://www.gnu.org/software/macchanger"

packager="tnut <tnut@nutyx.org>"
contributors="Greg"

name=macchanger
version=1.7.0
release=2

source=(https://github.com/alobbs/macchanger/archive/$version.tar.gz)

build () {

  cd $name-$version
  
  ./autogen.sh
  
  ./configure --prefix=/usr \
              --mandir=/usr/share/man \
              --infodir=/usr/share/info

  make
  make DESTDIR=$PKG install 
}
