wok view 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
line source
1 # SliTaz package receipt.
3 PACKAGE="gf2x"
4 VERSION="1.1"
5 CATEGORY="misc"
6 SHORT_DESC="gf2x is a library for multiplying polynomials over the binary field"
7 MAINTAINER="al.bobylev@gmail.com"
8 WEB_SITE="https://gforge.inria.fr/projects/gf2x/"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WGET_URL="https://gforge.inria.fr/frs/download.php/30873/$TARBALL"
12 DEPENDS=""
13 BUILD_DEPENDS="wget"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 ./configure $CONFIGURE_ARGS && make && make install
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr/lib
25 cp -a $install/usr/lib/*.so* $fs/usr/lib
26 }