wok-6.x annotate joe/receipt @ rev 21512
updated nagios-plugins (1.4.16 -> 2.2.1)
author | Hans-G?nter Theisgen |
---|---|
date | Fri May 03 12:54:18 2019 +0100 (2019-05-03) |
parents | 5d53e8ccbc8d |
children | 6bab837a85ec |
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" |
pankso@16060 | 16 BUILD_DEPENDS="ncursesw-dev" |
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 } |