# HG changeset patch # User Pascal Bellard # Date 1345132634 -7200 # Node ID eb5b5b879f2f8cd74cd657e61132f68ee3e4bdf1 # Parent 82c6d97ff18cb89695197e7c33de4d1dad993944 Add uemacs diff -r 82c6d97ff18c -r eb5b5b879f2f uemacs/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/uemacs/receipt Thu Aug 16 17:57:14 2012 +0200 @@ -0,0 +1,29 @@ +# SliTaz package receipt. + +PACKAGE="uemacs" +VERSION="20120715" +CATEGORY="development" +SHORT_DESC="Tiny emacs clone." +MAINTAINER="pascal.bellard@slitaz.org" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://git.kernel.org/?p=editors/uemacs/uemacs.git" +TARBALL="$PACKAGE-$VERSION.tar.bz2" +WGET_URL="git|git://git.kernel.org/pub/scm/editors/uemacs/uemacs.git" +TAGS="editor" + +DEPENDS="" +BUILD_DEPENDS="git" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + make +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/bin + cp -a $src/em $fs/usr/bin +}