
Receipt for package "gf2x"
# SliTaz package receipt. PACKAGE="gf2x" VERSION="1.3.0" CATEGORY="misc" SHORT_DESC="A library for multiplying polynomials over the binary field." MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL2" WEB_SITE="https://gitlab.inria.fr/gf2x/gf2x/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://gitlab.inria.fr/gf2x/gf2x/-/archive/gf2x-1.3.0/gf2x-$TARBALL" DEPENDS="" BUILD_DEPENDS="" # What is the latest version available today? current_version() { wget -O - 'https://gitlab.inria.fr/gf2x/gf2x/-/tags?sort=updated_desc' 2>/dev/null | \ sed '/item-title/!d;s|.*">gf2x-||;s|<.*||;q' } # Rules to configure and make the package. compile_rules() { ./configure $CONFIGURE_ARGS && make -j 1 && make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib cp -a $install/usr/lib/*.so* $fs/usr/lib }
6088 packages and 256128 files in current database (Wed Mar 5 09:18:31 2025)