wok-next annotate gf2x/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 a5d7827e08cf
children 937b5d4bb8fd
rev   line source
al@20456 1 # SliTaz package receipt v2.
al@13723 2
al@13723 3 PACKAGE="gf2x"
pascal@20076 4 VERSION="1.2"
al@13723 5 CATEGORY="misc"
al@20456 6 SHORT_DESC="Library for multiplying polynomials over the binary field"
al@13723 7 MAINTAINER="al.bobylev@gmail.com"
pascal@15000 8 LICENSE="GPL2"
al@13723 9 WEB_SITE="https://gforge.inria.fr/projects/gf2x/"
al@20456 10
al@13723 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@20076 12 WGET_URL="https://gforge.inria.fr/frs/download.php/file/36934/$TARBALL"
al@13723 13
al@21020 14 SPLIT="$PACKAGE-dev"
al@13723 15
al@20456 16 compile_rules() {
al@20570 17 ./configure $CONFIGURE_ARGS &&
al@20570 18 fix libtool &&
al@20570 19 make &&
al@20570 20 make install
al@13723 21 }
al@13723 22
al@20456 23 genpkg_rules() {
al@20456 24 case $PACKAGE in
al@20456 25 gf2x) copy @std;;
al@20456 26 *-dev) copy @dev;;
al@20456 27 esac
al@13723 28 }