wok diff e3/receipt @ rev 15666

Add ddumbfs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Dec 13 16:18:29 2013 +0000 (2013-12-13)
parents e9126ce12858
children 4bc239bf6b69
line diff
     1.1 --- a/e3/receipt	Sun Jul 08 16:23:26 2012 +0200
     1.2 +++ b/e3/receipt	Fri Dec 13 16:18:29 2013 +0000
     1.3 @@ -5,13 +5,15 @@
     1.4  CATEGORY="utilities"
     1.5  SHORT_DESC="e3 is a full featured text editor written in NASM assembler."
     1.6  MAINTAINER="devl547@gmail.com"
     1.7 -DEPENDS=""
     1.8 -BUILD_DEPENDS="make nasm wget"
     1.9 +LICENSE="GPL2"
    1.10  TARBALL="$PACKAGE-$VERSION.tgz"
    1.11  WEB_SITE="http://sites.google.com/site/e3editor"
    1.12  WGET_URL="https://sites.google.com/site/e3editor/Home/$TARBALL?attredirects=0"
    1.13  TAGS="text-editor"
    1.14  
    1.15 +DEPENDS=""
    1.16 +BUILD_DEPENDS="make nasm wget"
    1.17 +
    1.18  # Rules to configure and make the package.
    1.19  compile_rules()
    1.20  {
    1.21 @@ -19,7 +21,7 @@
    1.22      sed -i -e 's/-D$(EXMODE)//' Makefile &&
    1.23      sed -i -e 's#/man/man#/share/man/man#' Makefile
    1.24      make &&
    1.25 -    make PREFIX=$PWD/_pkg install
    1.26 +    make PREFIX=$DESTDIR install
    1.27  }
    1.28  
    1.29  # Rules to gen a SliTaz package suitable for Tazpkg.