wok-next view ytree/receipt @ rev 21432

updated rawstudio (1.2 -> 2.0)
author Hans-G?nter Theisgen
date Tue May 05 09:38:29 2020 +0100 (2020-05-05)
parents c4e53a39395a
children
line source
1 # SliTaz package receipt.
3 PACKAGE="ytree"
4 VERSION="1.97"
5 CATEGORY="utilities"
6 SHORT_DESC="File manager for file and archives"
7 MAINTAINER="allan316@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.han.de/~werner/ytree.html"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://www.han.de/~werner/$TARBALL"
14 BUILD_DEPENDS="ncurses-dev"
16 compile_rules() {
17 # Don't use readline && utf-8 support via ncursesw && -Os to save ~10kb :-)
18 sed -i \
19 -e s"/CFLAGS.*/CFLAGS = -D_GNU_SOURCE -DWITH_UTF8 -Os -DCOLOR_SUPPORT/" \
20 -e s"/-lncurses -lreadline/-lncursesw/" \
21 Makefile
23 make &&
24 install -Dm755 ytree $install/usr/bin/ytree
25 }
27 genpkg_rules() {
28 copy @std
29 DEPENDS="ncurses"
30 TAGS="file-manager"
31 }