mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
system/emelfm2: Updated for version 0.6.0
This commit is contained in:
parent
190fbe4062
commit
01a7a9fd38
3 changed files with 3 additions and 6 deletions
|
@ -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
|
the 1980's. It features a two pane window located side-by-side
|
||||||
to show the contents of the selected filesystem directories, and
|
to show the contents of the selected filesystem directories, and
|
||||||
a third pane at the bottom that shows the output of commands.
|
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.
|
|
||||||
|
|
|
@ -106,4 +106,4 @@ if [ "$ARCH" = "x86_64" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cd $PKG
|
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}
|
||||||
|
|
|
@ -2,7 +2,9 @@ PRGNAM="emelfm2"
|
||||||
VERSION="0.6.0"
|
VERSION="0.6.0"
|
||||||
HOMEPAGE="http://www.emelfm2.net"
|
HOMEPAGE="http://www.emelfm2.net"
|
||||||
DOWNLOAD="http://emelfm2.net/rel/emelfm2-0.6.0.tar.bz2"
|
DOWNLOAD="http://emelfm2.net/rel/emelfm2-0.6.0.tar.bz2"
|
||||||
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM="c153749aea954f342b28a470866ac4b0"
|
MD5SUM="c153749aea954f342b28a470866ac4b0"
|
||||||
|
MD5SUM_x86_64=""
|
||||||
MAINTAINER="Chess Griffin"
|
MAINTAINER="Chess Griffin"
|
||||||
EMAIL="chess@chessgriffin.com"
|
EMAIL="chess@chessgriffin.com"
|
||||||
APPROVED="dsomero"
|
APPROVED="dsomero"
|
||||||
|
|
Loading…
Reference in a new issue