wok-4.x annotate joe/receipt @ rev 12477
Up openssl 1.1.1n (bump packages curl, git, wget, python), up cherokee 1.2.104 and bdeps (automake, openldap, cyrus-sasl)
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Sun Apr 02 14:34:44 2023 +0000 (20 months ago) |
parents | 7fd6a3651947 |
children |
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" |
pankso@9789 | 7 MANTAINER="threarth@yahoo.it" |
pankso@9789 | 8 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pankso@9789 | 9 WEB_SITE="http://joe-editor.sourceforge.net/" |
pankso@9789 | 10 WGET_URL="http://downloads.sourceforge.net/project/joe-editor/JOE%20sources/$PACKAGE-$VERSION/$PACKAGE-$VERSION.tar.gz" |
pankso@9789 | 11 |
pankso@9789 | 12 DEPENDS="ncurses" |
pankso@9789 | 13 BUILD_DEPENDS="ncurses-dev" |
pankso@9789 | 14 |
pankso@9789 | 15 # Rules to configure and make the package. |
pankso@9789 | 16 compile_rules() |
pankso@9789 | 17 { |
pankso@9789 | 18 cd $src |
slaxemulator@10978 | 19 ./configure --sysconfdir=/etc \ |
slaxemulator@10978 | 20 $CONFIGURE_ARGS && |
pankso@9789 | 21 make && make install |
pankso@9789 | 22 } |
pankso@9789 | 23 |
pankso@9789 | 24 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@9789 | 25 genpkg_rules() |
pankso@9789 | 26 { |
pankso@9789 | 27 mkdir -p $fs/etc/joe $fs/usr/share |
pankso@9789 | 28 cp -a $_pkg/usr/bin $fs/usr |
pankso@9789 | 29 cp -a $_pkg/etc/ $fs |
pankso@9789 | 30 cp -a $_pkg/usr/share/joe $fs/usr/share |
pankso@9789 | 31 } |