wok-next diff mc/receipt @ rev 21277
geeqie: replaced lua by lua51
author | Hans-G?nter Theisgen |
---|---|
date | Sat Dec 07 16:00:59 2019 +0100 (2019-12-07) |
parents | 6f5739796e82 |
children |
line diff
1.1 --- a/mc/receipt Tue Jan 01 15:48:26 2019 +0200 1.2 +++ b/mc/receipt Sat Dec 07 16:00:59 2019 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt v2. 1.5 1.6 PACKAGE="mc" 1.7 -VERSION="4.8.21" 1.8 +VERSION="4.8.22" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="Midnight Commander - ncurses based file manager" 1.11 MAINTAINER="devel@slitaz.org" 1.12 @@ -11,12 +11,23 @@ 1.13 1.14 TARBALL="$PACKAGE-$VERSION.tar.xz" 1.15 WGET_URL="http://ftp.midnight-commander.org/$TARBALL" 1.16 +TARBALL_SHA1="5a207973a69269e6bdc9a7e4e989a8acfb4a46af" 1.17 1.18 BUILD_DEPENDS="check-dev glib-dev gettext-dev gpm-dev libssh2-dev" 1.19 SPLIT="$PACKAGE-noarch" 1.20 1.21 COOKOPTS="!menus" 1.22 1.23 +COPY_std="mc mcdiff mcedit mcview cons.saver" 1.24 +COPY_noarch="@std @rm" 1.25 + 1.26 +DEPENDS_std="$PACKAGE-noarch glib libssh2 ncurses" 1.27 + 1.28 +CAT_noarch="system-tools|common files" 1.29 + 1.30 +SUGGESTED_std="perl python openssl gpm xz cdrkit-isoinfo lynx w3m wv poppler file" 1.31 +TAGS_std="file-manager text-editor" 1.32 + 1.33 compile_rules() { 1.34 ./configure \ 1.35 --enable-charset \ 1.36 @@ -34,19 +45,3 @@ 1.37 install -Dm644 $stuff/mc-root.desktop $install/usr/share/applications/mc-root.desktop 1.38 install -Dm755 $stuff/mc.sh $install/usr/bin/mc.sh 1.39 } 1.40 - 1.41 -genpkg_rules() { 1.42 - case $PACKAGE in 1.43 - mc) 1.44 - copy mc mcdiff mcedit mcview cons.saver 1.45 - DEPENDS="glib libssh2 ncurses" 1.46 - SUGGESTED="perl python openssl gpm xz cdrkit-isoinfo lynx w3m wv \ 1.47 - poppler file" 1.48 - TAGS="file-manager text-editor" 1.49 - ;; 1.50 - mc-noarch) 1.51 - copy @std @rm 1.52 - CAT="system-tools|common files" 1.53 - ;; 1.54 - esac 1.55 -}