wok-6.x annotate zile/receipt @ rev 23513
busybox: musl & diet may fail
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Apr 06 11:53:42 2020 +0200 (2020-04-06) |
parents | 8abb017ed841 |
children | 922f061231c2 |
rev | line source |
---|---|
domcox@3940 | 1 # SliTaz package receipt. |
domcox@3940 | 2 |
domcox@3940 | 3 PACKAGE="zile" |
Hans-G?nter@22330 | 4 VERSION="2.4.14" |
domcox@3940 | 5 CATEGORY="development" |
Hans-G?nter@22330 | 6 TAGS="text-editor" |
Hans-G?nter@22330 | 7 SHORT_DESC="A lightweight Emacs clone." |
domcox@3940 | 8 MAINTAINER="domcox@slitaz.org" |
pascal@14999 | 9 LICENSE="GPL3" |
Hans-G?nter@22330 | 10 WEB_SITE="https://www.gnu.org/software/zile/" |
Hans-G?nter@22330 | 11 |
domcox@3940 | 12 TARBALL="$PACKAGE-$VERSION.tar.gz" |
domcox@3940 | 13 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" |
Hans-G?nter@22330 | 14 |
Hans-G?nter@22330 | 15 DEPENDS="gc glibc-base ncursesw" |
Hans-G?nter@22330 | 16 BUILD_DEPENDS="gc-dev help2man ncursesw-dev" |
Hans-G?nter@22330 | 17 |
pankso@16060 | 18 HOST_ARCH="i486 arm" |
domcox@3940 | 19 |
domcox@3940 | 20 # Rules to configure and make the package. |
domcox@3940 | 21 compile_rules() |
domcox@3940 | 22 { |
Hans-G?nter@22330 | 23 export LDFLAGS="$LDFLAGS -lrt" |
Hans-G?nter@22330 | 24 |
pankso@16060 | 25 ./configure $CONFIGURE_ARGS && |
Hans-G?nter@22330 | 26 make && |
Hans-G?nter@22330 | 27 make install |
domcox@3940 | 28 } |
domcox@3940 | 29 |
domcox@3940 | 30 # Rules to gen a SliTaz package suitable for Tazpkg. |
domcox@3940 | 31 genpkg_rules() |
domcox@3940 | 32 { |
domcox@3940 | 33 mkdir -p $fs/usr |
Hans-G?nter@22330 | 34 cp -a $install/usr/bin $fs/usr |
domcox@3940 | 35 } |