wok diff edma/receipt @ rev 19312

Add GNU EDMA Project.]
author Leonardo Laporte <hackdorte@sapo.pt>
date Tue Jul 12 03:16:09 2016 -0300 (2016-07-12)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/edma/receipt	Tue Jul 12 03:16:09 2016 -0300
     1.3 @@ -0,0 +1,34 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="edma"
     1.7 +VERSION="0.18.6"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="Open and modular development environment."
    1.10 +MAINTAINER="hackdorte@sapo.pt"
    1.11 +LICENSE="LGPL"
    1.12 +GNU_FTP="http://ftp.gnu.org/gnu"
    1.13 +TARBALL="gnu${PACKAGE}-$VERSION.tar.gz"
    1.14 +WEB_SITE="http://www.gnu.org/software/edma/"
    1.15 +WGET_URL="$GNU_FTP/$PACKAGE/$TARBALL"
    1.16 +TAGS="environment development framework"
    1.17 +
    1.18 +DEPENDS="gecb gidfwizard"
    1.19 +
    1.20 +BUILD_DEPENDS="gcc autoconf glibc-dev pkg-config automake"
    1.21 +
    1.22 +# Rules to configure and make the package.
    1.23 +compile_rules()
    1.24 +{
    1.25 +    ./configure \
    1.26 +        --prefix=/usr \
    1.27 +        $CONFIGURE_ARGS &&
    1.28 +    make $MAKEFLAGS &&
    1.29 +    make DESTDIR=$DESTDIR install
    1.30 +}
    1.31 +
    1.32 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.33 +genpkg_rules()
    1.34 +{
    1.35 +	mkdir -p $fs/usr
    1.36 +	cp -a $install/* $fs/
    1.37 +}