wok-current view check/receipt @ rev 18186
Up lz4 (131) again
| author | Pascal Bellard <pascal.bellard@slitaz.org> | 
|---|---|
| date | Wed Jul 08 11:05:26 2015 +0200 (2015-07-08) | 
| parents | 159df010240c | 
| children | c4b5b400b8e7 | 
 line source
     1 # SliTaz package receipt.
     3 PACKAGE="check"
     4 VERSION="0.9.14"
     5 CATEGORY="system-tools"
     6 SHORT_DESC="A unit testing framework for C"
     7 MAINTAINER="erjo@slitaz.org"
     8 LICENSE="LGPL2.1"
     9 WEB_SITE="http://check.sourceforge.net/"
    10 TARBALL="$PACKAGE-$VERSION.tar.gz"
    11 WGET_URL="$SF_MIRROR/$PACKAGE/$VERSION/$TARBALL"
    12 HOST_ARCH="i486 arm"
    14 DEPENDS=""
    15 BUILD_DEPENDS=""
    17 # Rules to configure and make the package.
    18 compile_rules()
    19 {
    20 	./configure $CONFIGURE_ARGS && make && make install
    21 }
    23 # Rules to gen a SliTaz package suitable for Tazpkg.
    24 genpkg_rules()
    25 {
    26 	mkdir -p $fs/usr/lib
    27 	cp -a $install/usr/lib/*.so* $fs/usr/lib
    28 }