wok-next annotate miniupnpc/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
parents deb814751077
children
rev   line source
pascal@20319 1 # SliTaz package receipt v2.
pascal@14505 2
pascal@14505 3 PACKAGE="miniupnpc"
pascal@20407 4 VERSION="2.0.20171212"
pascal@14505 5 CATEGORY="network"
al@21020 6 SHORT_DESC="UPnP Internet Gateway Device (IGD) specifications client"
pascal@14505 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15583 8 LICENSE="BSD"
al@21020 9 WEB_SITE="http://miniupnp.tuxfamily.org/"
al@21020 10
pascal@14505 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@14505 12 WGET_URL="$WEB_SITE/files/$TARBALL"
pascal@14505 13
al@21020 14 SPLIT="$PACKAGE-dev"
pascal@14505 15
al@21020 16 compile_rules() {
pascal@14505 17 make &&
al@21020 18 make DESTDIR=$install install
pascal@14505 19 }
pascal@14505 20
al@21020 21 genpkg_rules() {
pascal@20334 22 case $PACKAGE in
al@21020 23 miniupnpc)
al@21020 24 copy @std
al@21020 25 TAGS="upnp"
al@21020 26 ;;
al@21020 27 *-dev)
al@21020 28 copy @dev
al@21020 29 ;;
pascal@20319 30 esac
pascal@14505 31 }