wok-next annotate uemacs/receipt @ rev 21041
Follow HTTP redirections for homepages
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Nov 09 13:21:03 2018 +0200 (2018-11-09) |
parents | d5aab818505e |
children |
rev | line source |
---|---|
al@21020 | 1 # SliTaz package receipt v2. |
pascal@13358 | 2 |
pascal@13358 | 3 PACKAGE="uemacs" |
pascal@13358 | 4 VERSION="20120715" |
pascal@18559 | 5 CATEGORY="editors" |
al@21020 | 6 SHORT_DESC="Tiny emacs clone" |
pascal@13358 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15363 | 8 LICENSE="other" |
al@21041 | 9 WEB_SITE="https://git.kernel.org/pub/scm/editors/uemacs/uemacs.git" |
al@21020 | 10 |
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 |
pascal@13358 | 14 BUILD_DEPENDS="git ncurses-dev" |
pascal@13358 | 15 |
al@21020 | 16 compile_rules() { |
pascal@20565 | 17 make && |
al@21020 | 18 install -Dm755 em $install/usr/bin/em |
pascal@13358 | 19 } |
pascal@13358 | 20 |
al@21020 | 21 genpkg_rules() { |
pascal@20565 | 22 cp -a $install/usr $fs |
al@21020 | 23 TAGS="editor" |
al@21020 | 24 DEPENDS="ncurses" |
pascal@13358 | 25 } |