wok-next annotate iana-etc/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 d5aab818505e
children
rev   line source
al@19745 1 # SliTaz package receipt v2.
al@19571 2
al@19571 3 PACKAGE="iana-etc"
al@19571 4 VERSION="2.30"
al@19571 5 CATEGORY="base-system"
al@19571 6 SHORT_DESC="Data for network services and protocols"
al@19571 7 MAINTAINER="al.bobylev@gmail.com"
al@19571 8 LICENSE="OSL3"
al@21020 9 WEB_SITE="http://freshmeat.sourceforge.net/projects/iana-etc"
al@20436 10 LFS="http://www.linuxfromscratch.org/lfs/view/stable/chapter06/iana-etc.html"
al@21064 11 HOST_ARCH="any"
al@19571 12
al@19571 13 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@19571 14 WGET_URL="http://anduin.linuxfromscratch.org/LFS/$TARBALL"
al@19571 15
al@19571 16 BUILD_DEPENDS="gawk"
al@21064 17 TAGS_std="LFS"
al@19571 18
al@20436 19 compile_rules() {
al@21020 20 make &&
al@21020 21 make DESTDIR=$install install
al@19571 22 }