wok-next annotate e3/receipt @ rev 12762
fltk-2.0.x: update WGET_URL
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat May 12 13:10:28 2012 +0200 (2012-05-12) |
parents | 2225ac6086d8 |
children | 9584196b887d |
rev | line source |
---|---|
devl547@9391 | 1 # SliTaz package receipt. |
devl547@9391 | 2 |
devl547@9391 | 3 PACKAGE="e3" |
devl547@9391 | 4 VERSION="2.8" |
devl547@9391 | 5 CATEGORY="utilities" |
devl547@9391 | 6 SHORT_DESC="e3 is a full featured text editor written in NASM |
devl547@9391 | 7 assembler." |
devl547@9391 | 8 MAINTAINER="devl547@gmail.com" |
devl547@9391 | 9 DEPENDS="" |
devl547@9391 | 10 BUILD_DEPENDS="make nasm" |
devl547@9391 | 11 TARBALL="$PACKAGE-$VERSION.tgz" |
slaxemulator@9436 | 12 WEB_SITE="http://sites.google.com/site/e3editor" |
slaxemulator@9436 | 13 WGET_URL="$WEB_SITE/Home/$TARBALL" |
devl547@9391 | 14 TAGS="text-editor" |
devl547@9391 | 15 |
devl547@9391 | 16 # Rules to configure and make the package. |
devl547@9391 | 17 compile_rules() |
devl547@9391 | 18 { |
devl547@9391 | 19 cd $src |
devl547@9391 | 20 sed -i -e 's/-D$(EXMODE)//' Makefile && |
devl547@9391 | 21 sed -i -e 's#/man/man#/share/man/man#' Makefile |
devl547@9391 | 22 make && |
devl547@9391 | 23 make PREFIX=$PWD/_pkg install |
devl547@9391 | 24 } |
devl547@9391 | 25 |
devl547@9391 | 26 # Rules to gen a SliTaz package suitable for Tazpkg. |
devl547@9391 | 27 genpkg_rules() |
devl547@9391 | 28 { |
devl547@9391 | 29 mkdir -p $fs/usr/ |
devl547@9391 | 30 cp -R $WOK/$PACKAGE/install/* $fs/usr/ |
devl547@9391 | 31 } |