wok annotate nnn/receipt @ rev 22397

Up nnn (2.8.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Dec 06 20:57:45 2019 +0100 (2019-12-06)
parents 0a375ada0633
children fac9a864711f
rev   line source
Hans-G?nter@21803 1 # SliTaz package receipt.
Hans-G?nter@21803 2
Hans-G?nter@21803 3 PACKAGE="nnn"
pascal@22397 4 VERSION="2.8.1"
Hans-G?nter@21803 5 CATEGORY="system-tools"
Hans-G?nter@21803 6 SHORT_DESC="The missing terminal file manager for X."
Hans-G?nter@21803 7 MAINTAINER="developer@slitaz.org"
Hans-G?nter@21803 8 LICENSE="BSD-2"
Hans-G?nter@21803 9 WEB_SITE="https://github.com/jarun/nnn/"
Hans-G?nter@21803 10
Hans-G?nter@21803 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
Hans-G?nter@21803 12 WGET_URL="${WEB_SITE}archive/v$VERSION.tar.gz"
Hans-G?nter@21803 13
Hans-G?nter@21803 14 DEPENDS="libtinfo ncursesw readline"
Hans-G?nter@21803 15 BUILD_DEPENDS="libtinfo ncursesw-dev readline-dev"
Hans-G?nter@21803 16
Hans-G?nter@21803 17 # Rules to configure and make the package.
Hans-G?nter@21803 18 compile_rules()
Hans-G?nter@21803 19 {
Hans-G?nter@21803 20 # pkg-config does not work properly
pascal@22397 21 sed -i 's|\$(LDLIBS_CURSES)|-lncursesw -ltinfo -lrt|' Makefile
Hans-G?nter@21803 22
Hans-G?nter@21803 23 make CFLAGS_OPTIMIZATION=-O2 PREFIX=/usr &&
Hans-G?nter@21803 24 make PREFIX=/usr install
Hans-G?nter@21803 25 }
Hans-G?nter@21803 26
Hans-G?nter@21803 27 # Rules to gen a SliTaz package suitable for Tazpkg.
Hans-G?nter@21803 28 genpkg_rules()
Hans-G?nter@21803 29 {
Hans-G?nter@21803 30 cp -a $install/usr $fs
Hans-G?nter@21803 31 }