wok rev 21607
updated odt2txt (0.4 -> 0.5)
author | Hans-G?nter Theisgen |
---|---|
date | Thu May 23 15:15:36 2019 +0100 (2019-05-23) |
parents | 5425712349aa |
children | 3be058aacdff |
files | vifm/receipt.orig |
line diff
1.1 --- a/vifm/receipt.orig Thu May 23 10:57:29 2019 +0100 1.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 1.3 @@ -1,37 +0,0 @@ 1.4 -# SliTaz package receipt. 1.5 - 1.6 -PACKAGE="vifm" 1.7 -VERSION="0.7.6-beta2" 1.8 -CATEGORY="utilities" 1.9 -SHORT_DESC="Vi File Manager." 1.10 -MAINTAINER="paul@slitaz.org" 1.11 -LICENCE="GPL2" 1.12 -DEPENDS="ncurses libmagic xorg-libX11 vim file" 1.13 -BUILD_DEPENDS="ncurses-dev libmagic-dev xorg-libX11-dev util-linux-whereis vim file" 1.14 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.15 -WEB_SITE="http://vifm.sourceforge.net/" 1.16 -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.17 - 1.18 -DEPENDS="ncurses libmagic xorg-libX11 vim" 1.19 -BUILD_DEPENDS="ncurses-dev libmagic-dev xorg-libX11-dev util-linux-whereis vim" 1.20 - 1.21 -# Rules to configure and make the package. 1.22 -compile_rules() 1.23 -{ 1.24 - cd $src 1.25 - ./configure \ 1.26 - --prefix=/usr \ 1.27 - $CONFIGURE_ARGS && 1.28 - make && make DESTDIR=$DESTDIR install 1.29 -} 1.30 - 1.31 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.32 -genpkg_rules() 1.33 -{ 1.34 - mkdir -p $fs/usr 1.35 - cp -a $install/usr/bin $fs/usr 1.36 - cp -a $install/usr/share $fs/usr 1.37 - # rm stuff 1.38 - rm -rf $fs/usr/share/man 1.39 -} 1.40 -