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