wok-6.x annotate nnn/receipt @ rev 23718
updated unifont (12.1.03 -> 13.0.01)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Apr 29 07:46:51 2020 +0100 (2020-04-29) |
parents | ca6ba44a15a1 |
children | e060c533a38e |
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@23608 | 4 VERSION="3.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 } |