wok-6.x annotate joe/receipt @ rev 23824
Up openssh (8.3p1)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu May 28 13:18:28 2020 +0000 (2020-05-28) |
parents | 215a6ab0a079 |
children | ba7cbdb5749c |
rev | line source |
---|---|
pankso@9789 | 1 #Slitaz package receipt |
pankso@9789 | 2 |
pankso@9789 | 3 PACKAGE="joe" |
Hans-G?nter@21083 | 4 VERSION="4.6" |
pankso@9789 | 5 CATEGORY="utilities" |
Hans-G?nter@21083 | 6 TAGS="text-editor" |
Hans-G?nter@21083 | 7 SHORT_DESC="Joe's Own Editor is an easy to use text editor, supporting syntax highlighting and UTF-8." |
pascal@13024 | 8 MAINTAINER="threarth@yahoo.it" |
pascal@15003 | 9 LICENSE="GPL" |
Hans-G?nter@21083 | 10 WEB_SITE="https://joe-editor.sourceforge.io/" |
Hans-G?nter@21083 | 11 |
pankso@9789 | 12 TARBALL="$PACKAGE-$VERSION.tar.gz" |
Hans-G?nter@21083 | 13 WGET_URL="$SF_MIRROR/joe-editor/$TARBALL" |
pankso@9789 | 14 |
pankso@16060 | 15 DEPENDS="ncursesw" |
pascal@23507 | 16 BUILD_DEPENDS="ncursesw-dev desktop-file-utils" |
Hans-G?nter@21083 | 17 HOST_ARCH="i486 arm" |
pankso@9789 | 18 |
pankso@9789 | 19 # Rules to configure and make the package. |
pankso@9789 | 20 compile_rules() |
pankso@9789 | 21 { |
Hans-G?nter@21083 | 22 ./configure \ |
Hans-G?nter@21083 | 23 --sysconfdir=/etc \ |
slaxemulator@10978 | 24 $CONFIGURE_ARGS && |
Hans-G?nter@21083 | 25 make -j 1 && |
Hans-G?nter@21083 | 26 make install |
pankso@9789 | 27 } |
pankso@9789 | 28 |
pankso@9789 | 29 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@9789 | 30 genpkg_rules() |
pankso@9789 | 31 { |
pankso@16060 | 32 mkdir -p $fs/usr/share |
Hans-G?nter@21083 | 33 |
Hans-G?nter@21083 | 34 cp -a $install/etc $fs |
Hans-G?nter@21083 | 35 cp -a $install/usr/bin $fs/usr |
Hans-G?nter@21083 | 36 cp -a $install/usr/share/joe $fs/usr/share |
pankso@9789 | 37 } |