wok-next annotate wol/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents d5aab818505e
children
rev   line source
al@20516 1 # SliTaz package receipt v2.
pascal@11228 2
pascal@11228 3 PACKAGE="wol"
pascal@11228 4 VERSION="0.7.1"
pascal@11228 5 CATEGORY="network"
al@21020 6 SHORT_DESC="Wake On LAN functionality in a small program"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15363 8 LICENSE="GPL2"
al@21041 9 WEB_SITE="https://sourceforge.net/projects/wake-on-lan/"
pascal@15363 10
al@20516 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@20516 12 WGET_URL="$SF_MIRROR/ahh/$TARBALL"
pascal@11228 13
al@20516 14 compile_rules() {
al@21020 15 ./configure $CONFIGURE_ARGS &&
al@21020 16 make &&
al@21020 17 make install
pascal@11228 18 }
pascal@11228 19
al@20516 20 genpkg_rules() {
al@20516 21 copy @std
pascal@11228 22 }