wok-next annotate gf2x/receipt @ rev 21680

updated gf2x (1.2 -> 1.3.0)
author Hans-G?nter Theisgen
date Mon Jun 29 14:15:30 2020 +0100 (2020-06-29)
parents d5aab818505e
children
rev   line source
al@20456 1 # SliTaz package receipt v2.
al@13723 2
al@13723 3 PACKAGE="gf2x"
Hans-G?nter@21680 4 VERSION="1.3.0"
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"
Hans-G?nter@21680 12 WGET_URL="https://gforge.inria.fr/frs/download.php/file/38243/$TARBALL"
al@13723 13
al@21020 14 SPLIT="$PACKAGE-dev"
al@13723 15
Hans-G?nter@21680 16 compile_rules()
Hans-G?nter@21680 17 {
al@20570 18 ./configure $CONFIGURE_ARGS &&
al@20570 19 fix libtool &&
al@20570 20 make &&
al@20570 21 make install
al@13723 22 }
al@13723 23
Hans-G?nter@21680 24 genpkg_rules()
Hans-G?nter@21680 25 {
al@20456 26 case $PACKAGE in
al@20456 27 gf2x) copy @std;;
al@20456 28 *-dev) copy @dev;;
al@20456 29 esac
al@13723 30 }