wok annotate joe/receipt @ rev 16472

Up libgd-dev (2.0.35)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Apr 22 06:55:56 2014 +0000 (2014-04-22)
parents 02efefc5d9de
children 5d53e8ccbc8d
rev   line source
pankso@9789 1 #Slitaz package receipt
pankso@9789 2
pankso@9789 3 PACKAGE="joe"
pankso@9789 4 VERSION="3.7"
pankso@9789 5 CATEGORY="utilities"
pankso@9789 6 SHORT_DESC="Joe's Own editor is a fully featured terminal based screen editor"
pascal@13024 7 MAINTAINER="threarth@yahoo.it"
pascal@15003 8 LICENSE="GPL"
pankso@9789 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pankso@9789 10 WEB_SITE="http://joe-editor.sourceforge.net/"
pankso@9789 11 WGET_URL="http://downloads.sourceforge.net/project/joe-editor/JOE%20sources/$PACKAGE-$VERSION/$PACKAGE-$VERSION.tar.gz"
pankso@16060 12 HOST_ARCH="i486 arm"
pankso@9789 13
pankso@16060 14 DEPENDS="ncursesw"
pankso@16060 15 BUILD_DEPENDS="ncursesw-dev"
pankso@9789 16
pankso@9789 17 # Rules to configure and make the package.
pankso@9789 18 compile_rules()
pankso@9789 19 {
slaxemulator@10978 20 ./configure --sysconfdir=/etc \
slaxemulator@10978 21 $CONFIGURE_ARGS &&
pankso@9789 22 make && make install
pankso@9789 23 }
pankso@9789 24
pankso@9789 25 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@9789 26 genpkg_rules()
pankso@9789 27 {
pankso@16060 28 mkdir -p $fs/usr/share
pankso@16060 29 cp -a $install/etc $fs
pascal@15003 30 cp -a $install/usr/bin $fs/usr
pascal@15003 31 cp -a $install/usr/share/joe $fs/usr/share
pankso@9789 32 }