wok-next view 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
line source
1 # SliTaz package receipt v2.
3 PACKAGE="gf2x"
4 VERSION="1.3.0"
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/38243/$TARBALL"
14 SPLIT="$PACKAGE-dev"
16 compile_rules()
17 {
18 ./configure $CONFIGURE_ARGS &&
19 fix libtool &&
20 make &&
21 make install
22 }
24 genpkg_rules()
25 {
26 case $PACKAGE in
27 gf2x) copy @std;;
28 *-dev) copy @dev;;
29 esac
30 }