wok annotate uemacs/receipt @ rev 13358

Move from undigest: burp androguard ibus ibus-dev ibus-hangul uemacs smx smx-dev
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 11 09:21:03 2012 +0200 (2012-09-11)
parents
children 2a21689b0af7
rev   line source
pascal@13358 1 # SliTaz package receipt.
pascal@13358 2
pascal@13358 3 PACKAGE="uemacs"
pascal@13358 4 VERSION="20120715"
pascal@13358 5 CATEGORY="development"
pascal@13358 6 SHORT_DESC="Tiny emacs clone."
pascal@13358 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@13358 8 TARBALL="$SOURCE-$VERSION.tar.gz"
pascal@13358 9 WEB_SITE="http://git.kernel.org/?p=editors/uemacs/uemacs.git"
pascal@13358 10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@13358 11 WGET_URL="git|git://git.kernel.org/pub/scm/editors/uemacs/uemacs.git"
pascal@13358 12 TAGS="editor"
pascal@13358 13
pascal@13358 14 DEPENDS=""
pascal@13358 15 BUILD_DEPENDS="git ncurses-dev"
pascal@13358 16
pascal@13358 17 # Rules to configure and make the package.
pascal@13358 18 compile_rules()
pascal@13358 19 {
pascal@13358 20 cd $src
pascal@13358 21 make
pascal@13358 22 }
pascal@13358 23
pascal@13358 24 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@13358 25 genpkg_rules()
pascal@13358 26 {
pascal@13358 27 mkdir -p $fs/usr/bin
pascal@13358 28 cp -a $src/em $fs/usr/bin
pascal@13358 29 }