wok annotate uemacs/receipt @ rev 19023
syslinux/win32.exe: improve dialog for win7+ users
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Apr 02 10:33:27 2016 +0200 (2016-04-02) |
parents | 3ba8d2c9720d |
children | 3525dfa8c479 |
rev | line source |
---|---|
pascal@13358 | 1 # SliTaz package receipt. |
pascal@13358 | 2 |
pascal@13358 | 3 PACKAGE="uemacs" |
pascal@13358 | 4 VERSION="20120715" |
pascal@18559 | 5 CATEGORY="editors" |
pascal@13358 | 6 SHORT_DESC="Tiny emacs clone." |
pascal@13358 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15363 | 8 LICENSE="other" |
pascal@13358 | 9 TARBALL="$SOURCE-$VERSION.tar.gz" |
pascal@13358 | 10 WEB_SITE="http://git.kernel.org/?p=editors/uemacs/uemacs.git" |
pascal@13358 | 11 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
pascal@13358 | 12 WGET_URL="git|git://git.kernel.org/pub/scm/editors/uemacs/uemacs.git" |
pascal@13358 | 13 TAGS="editor" |
pascal@13358 | 14 |
pascal@17672 | 15 DEPENDS="ncurses" |
pascal@13358 | 16 BUILD_DEPENDS="git ncurses-dev" |
pascal@13358 | 17 |
pascal@13358 | 18 # Rules to configure and make the package. |
pascal@13358 | 19 compile_rules() |
pascal@13358 | 20 { |
pascal@17672 | 21 export LDFLAGS="$LDFLAGS -ltinfo" |
pascal@13358 | 22 make |
pascal@13358 | 23 } |
pascal@13358 | 24 |
pascal@13358 | 25 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@13358 | 26 genpkg_rules() |
pascal@13358 | 27 { |
pascal@13358 | 28 mkdir -p $fs/usr/bin |
pascal@13358 | 29 cp -a $src/em $fs/usr/bin |
pascal@13358 | 30 } |