diff options
author | Jose V Beneyto <sepen@crux.nu> | 2013-04-04 13:41:16 +0200 |
---|---|---|
committer | Jose V Beneyto <sepen@crux.nu> | 2013-04-04 13:41:16 +0200 |
commit | 2eabd4beb57192efe9a68e61a8aab44d79925e2f (patch) | |
tree | c5565d9595e0c9385d771cba2b6a8b0929a09315 /macchanger | |
parent | aede785e539ef456bf71ba0738e688f8e6bab3ea (diff) | |
download | contrib-2eabd4beb57192efe9a68e61a8aab44d79925e2f.tar.gz contrib-2eabd4beb57192efe9a68e61a8aab44d79925e2f.tar.xz |
macchanger: updated to 1.6.0
Diffstat (limited to 'macchanger')
-rw-r--r-- | macchanger/.md5sum | 2 | ||||
-rw-r--r-- | macchanger/Pkgfile | 10 |
2 files changed, 8 insertions, 4 deletions
diff --git a/macchanger/.md5sum b/macchanger/.md5sum index 09ff93a8c..8f8dd80a9 100644 --- a/macchanger/.md5sum +++ b/macchanger/.md5sum @@ -1 +1 @@ -79b7cdaeca3d8ebafa764c4b0dd03ab7 macchanger-1.5.0.tar.gz +1257b18e9067a8192c9747da52aabdda macchanger-1.6.0.tar.gz diff --git a/macchanger/Pkgfile b/macchanger/Pkgfile index 46c8d9e10..cd408d798 100644 --- a/macchanger/Pkgfile +++ b/macchanger/Pkgfile @@ -4,14 +4,18 @@ # Packager: Antonio Bonifati, ant at venus dot deis dot unical dot it name=macchanger -version=1.5.0 +version=1.6.0 release=1 source=(ftp://ftp.gnu.org/gnu/macchanger/$name-$version.tar.gz) build () { cd $name-$version - ./configure --prefix=/usr + + ./configure --prefix=/usr \ + --mandir=/usr/man + make make DESTDIR=$PKG install - rm -rf $PKG/usr/info + + rm -rf $PKG/usr/share/info } |