wok-6.x diff ytree/receipt @ rev 23952
created recipe for mrxvt-unicode
author | Hans-G?nter Theisgen |
---|---|
date | Tue Sep 22 15:33:55 2020 +0100 (2020-09-22) |
parents | 5d53e8ccbc8d |
children | 922f061231c2 |
line diff
1.1 --- a/ytree/receipt Thu Jan 08 02:04:05 2015 +0200 1.2 +++ b/ytree/receipt Tue Sep 22 15:33:55 2020 +0100 1.3 @@ -1,24 +1,25 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="ytree" 1.7 -VERSION="1.97" 1.8 +VERSION="2.02" 1.9 CATEGORY="utilities" 1.10 -SHORT_DESC="file manager for file and archives" 1.11 +TAGS="file-manager" 1.12 +SHORT_DESC="A curses-based file manager." 1.13 MAINTAINER="allan316@gmail.com" 1.14 LICENSE="GPL2" 1.15 +WEB_SITE="https://www.han.de/~werner/ytree.html" 1.16 + 1.17 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.18 -WEB_SITE="http://www.han.de/~werner/ytree.html" 1.19 -WGET_URL="http://www.han.de/~werner/$TARBALL" 1.20 -TAGS="file-manager" 1.21 -HOST_ARCH="i486 arm" 1.22 +WGET_URL="https://www.han.de/~werner/$TARBALL" 1.23 1.24 DEPENDS="ncursesw" 1.25 BUILD_DEPENDS="ncursesw-dev" 1.26 1.27 +HOST_ARCH="i486 arm" 1.28 + 1.29 # Rules to configure and make the package. 1.30 compile_rules() 1.31 { 1.32 - cd $src 1.33 # Dont use readline && utf-8 support via ncursesw && -0s to save ~10kb :-) 1.34 sed -i \ 1.35 -e s"/CFLAGS.*/CFLAGS = -D_GNU_SOURCE -DWITH_UTF8 -Os -DCOLOR_SUPPORT/" \ 1.36 @@ -31,6 +32,5 @@ 1.37 genpkg_rules() 1.38 { 1.39 mkdir -p $fs/usr/bin 1.40 - cp -a $src/ytree $fs/usr/bin 1.41 + cp -a $src/ytree $fs/usr/bin 1.42 } 1.43 -