macchanger: New port.

This commit is contained in:
Jose V Beneyto 2008-05-05 19:35:49 +02:00
parent f2c8471cf8
commit fecee589f7
3 changed files with 28 additions and 0 deletions

10
macchanger/.footprint Normal file
View File

@ -0,0 +1,10 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/macchanger
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/macchanger.1.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/macchanger/
-rw-r--r-- root/root usr/share/macchanger/OUI.list
-rw-r--r-- root/root usr/share/macchanger/wireless.list

1
macchanger/.md5sum Normal file
View File

@ -0,0 +1 @@
79b7cdaeca3d8ebafa764c4b0dd03ab7 macchanger-1.5.0.tar.gz

17
macchanger/Pkgfile Normal file
View File

@ -0,0 +1,17 @@
# Description: Utility for viewing/manipulating the MAC address of network interfaces
# URL: http://www.alobbs.com/macchanger/
# Maintainer: Jose V Beneyto, sepen at users dot sourceforge dot net
# Packager: Antonio Bonifati, ant at venus dot deis dot unical dot it
name=macchanger
version=1.5.0
release=1
source=(ftp://ftp.gnu.org/gnu/macchanger/$name-$version.tar.gz)
build () {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/info
}