wok-next annotate bridge-utils/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents 65f5c0b7dcd4
children
rev   line source
al@20960 1 # SliTaz package receipt v2.
erjo@4484 2
erjo@4484 3 PACKAGE="bridge-utils"
al@20960 4 VERSION="1.6"
erjo@4484 5 CATEGORY="system-tools"
jozee@4932 6 SHORT_DESC="IEEE 802.1d ethernet bridging"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15579 8 LICENSE="GPL2"
al@20960 9 WEB_SITE="https://mirrors.edge.kernel.org/pub/linux/utils/net/bridge-utils/"
al@20960 10
al@20960 11 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@20960 12 WGET_URL="https://mirrors.edge.kernel.org/pub/linux/utils/net/bridge-utils/$TARBALL"
erjo@4484 13
al@18673 14 BUILD_DEPENDS="automake"
erjo@4484 15
al@20960 16 compile_rules() {
al@18673 17 autoconf
al@20960 18 ./configure $CONFIGURE_ARGS &&
al@20960 19 make &&
al@20960 20 make DESTDIR=$install install
erjo@4484 21 }
erjo@4484 22
al@20960 23 genpkg_rules() {
al@20960 24 copy @std
al@20960 25 TAGS="ethernet bridge"
erjo@4484 26 }