wok annotate gf2x/receipt @ rev 13730

Up sdcc (3.2.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Dec 22 17:18:47 2012 +0100 (2012-12-22)
parents
children 380ffe05937a
rev   line source
al@13723 1 # SliTaz package receipt.
al@13723 2
al@13723 3 PACKAGE="gf2x"
al@13723 4 VERSION="1.1"
al@13723 5 CATEGORY="misc"
al@13723 6 SHORT_DESC="gf2x is a library for multiplying polynomials over the binary field"
al@13723 7 MAINTAINER="al.bobylev@gmail.com"
al@13723 8 WEB_SITE="https://gforge.inria.fr/projects/gf2x/"
al@13723 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@13723 10 WGET_URL="https://gforge.inria.fr/frs/download.php/30873/$TARBALL"
al@13723 11
al@13723 12 DEPENDS=""
al@13723 13 BUILD_DEPENDS="wget"
al@13723 14
al@13723 15 # Rules to configure and make the package.
al@13723 16 compile_rules()
al@13723 17 {
al@13723 18 ./configure $CONFIGURE_ARGS && make && make install
al@13723 19 }
al@13723 20
al@13723 21 # Rules to gen a SliTaz package suitable for Tazpkg.
al@13723 22 genpkg_rules()
al@13723 23 {
al@13723 24 mkdir -p $fs/usr/lib
al@13723 25 cp -a $install/usr/lib/*.so* $fs/usr/lib
al@13723 26 }