wok-next annotate ndisc6/receipt @ rev 21268

updated frogatto (1.3.1 -> 1.3.3)
author Hans-G?nter Theisgen
date Fri Dec 06 17:30:20 2019 +0100 (2019-12-06)
parents 757d032c55c7
children
rev   line source
al@20513 1 # SliTaz package receipt v2.
pascal@6990 2
pascal@6990 3 PACKAGE="ndisc6"
pascal@6990 4 VERSION="0.9.9"
pascal@6990 5 CATEGORY="network"
al@20513 6 SHORT_DESC="IPv6 diagnostic tools"
pascal@6990 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15584 8 LICENSE="GPL2"
al@20513 9 WEB_SITE="http://rdnssd.linkfanel.net/"
al@20513 10
pascal@6990 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@6990 12 WGET_URL="http://www.remlab.net/files/$PACKAGE/$TARBALL"
pascal@6990 13
al@20513 14 compile_rules() {
al@20534 15 ./configure $CONFIGURE_ARGS &&
al@20534 16 make &&
al@21020 17 make DESTDIR=$install install
pascal@6990 18 }
pascal@6990 19
al@20513 20 genpkg_rules() {
al@20513 21 copy @std
al@20513 22 DEPENDS="perl"
al@20513 23 CONFIG_FILES="/etc/rdnssd"
pascal@6990 24 }