wok-next annotate macchanger/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents 3765f181a6d5
children
rev   line source
al@21020 1 # SliTaz package receipt v2.
gokhlayeh@5876 2
gokhlayeh@5876 3 PACKAGE="macchanger"
gokhlayeh@5876 4 VERSION="1.5.0"
gokhlayeh@5876 5 CATEGORY="network"
gokhlayeh@5876 6 SHORT_DESC="A small utility to change your MAC address"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15584 8 LICENSE="GPL2"
al@21020 9 WEB_SITE="http://www.gnu.org/"
al@21020 10
gokhlayeh@5876 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
gokhlayeh@5876 12 WGET_URL="ftp://ftp.gnu.org/gnu/macchanger/$TARBALL"
gokhlayeh@5876 13
al@21020 14 compile_rules() {
gokhlayeh@5876 15 ./configure \
gokhlayeh@5876 16 --prefix=/usr \
gokhlayeh@5876 17 --infodir=/usr/share/info \
gokhlayeh@5876 18 --mandir=/usr/share/man \
gokhlayeh@5876 19 $CONFIGURE_ARGS &&
al@21020 20 make &&
al@21020 21 make DESTDIR=$install install
gokhlayeh@5876 22 }
gokhlayeh@5876 23
al@21020 24 genpkg_rules() {
al@21020 25 copy @std
gokhlayeh@5876 26 }