system/emelfm2: Updated for version 0.6.0

This commit is contained in:
Chess Griffin 2010-05-13 00:40:10 +02:00 committed by David Somero
parent 190fbe4062
commit 01a7a9fd38
3 changed files with 3 additions and 6 deletions

View File

@ -3,8 +3,3 @@ a simple and efficient interface pioneered by Norton Commander in
the 1980's. It features a two pane window located side-by-side
to show the contents of the selected filesystem directories, and
a third pane at the bottom that shows the output of commands.
This build includes support for the gamin file-alteration
monitoring system that is part of a default full Slackware install.
Users can disable gamin by removing 'GAMIN=1' from the 'make install'
line of the SlackBuild.

View File

@ -106,4 +106,4 @@ if [ "$ARCH" = "x86_64" ]; then
fi
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}

View File

@ -2,7 +2,9 @@ PRGNAM="emelfm2"
VERSION="0.6.0"
HOMEPAGE="http://www.emelfm2.net"
DOWNLOAD="http://emelfm2.net/rel/emelfm2-0.6.0.tar.bz2"
DOWNLOAD_x86_64=""
MD5SUM="c153749aea954f342b28a470866ac4b0"
MD5SUM_x86_64=""
MAINTAINER="Chess Griffin"
EMAIL="chess@chessgriffin.com"
APPROVED="dsomero"