wok-current diff uemacs/receipt @ rev 14198
move to undigest: xorg-xf86-video-sis xorg-xf86-video-savage xorg-xf86-video-r128 xorg-xf86-video-openchrome xorg-xf86-video-mga xorg-xf86-video-mach64
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Mar 13 10:16:45 2013 +0100 (2013-03-13) |
parents | |
children | 2a21689b0af7 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/uemacs/receipt Wed Mar 13 10:16:45 2013 +0100 1.3 @@ -0,0 +1,29 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="uemacs" 1.7 +VERSION="20120715" 1.8 +CATEGORY="development" 1.9 +SHORT_DESC="Tiny emacs clone." 1.10 +MAINTAINER="pascal.bellard@slitaz.org" 1.11 +TARBALL="$SOURCE-$VERSION.tar.gz" 1.12 +WEB_SITE="http://git.kernel.org/?p=editors/uemacs/uemacs.git" 1.13 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.14 +WGET_URL="git|git://git.kernel.org/pub/scm/editors/uemacs/uemacs.git" 1.15 +TAGS="editor" 1.16 + 1.17 +DEPENDS="" 1.18 +BUILD_DEPENDS="git ncurses-dev" 1.19 + 1.20 +# Rules to configure and make the package. 1.21 +compile_rules() 1.22 +{ 1.23 + cd $src 1.24 + make 1.25 +} 1.26 + 1.27 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.28 +genpkg_rules() 1.29 +{ 1.30 + mkdir -p $fs/usr/bin 1.31 + cp -a $src/em $fs/usr/bin 1.32 +}