wok annotate nnn/receipt @ rev 21920

Add pcem
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 05 16:15:48 2019 +0200 (2019-10-05)
parents
children 0a375ada0633
rev   line source
Hans-G?nter@21803 1 # SliTaz package receipt.
Hans-G?nter@21803 2
Hans-G?nter@21803 3 PACKAGE="nnn"
Hans-G?nter@21803 4 VERSION="2.6"
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
Hans-G?nter@21803 21 sed -i '21iLDLIBS_CURSES=-lncursesw' 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 }