wok diff vifm/receipt.orig @ rev 17009

Add gnome-hearts
author Yuri Pourre <yuripourre@gmail.com>
date Tue Aug 12 14:41:19 2014 -0300 (2014-08-12)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/vifm/receipt.orig	Tue Aug 12 14:41:19 2014 -0300
     1.3 @@ -0,0 +1,37 @@
     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 +