diff options
author | Chess Griffin <chess@chessgriffin.com> | 2010-05-13 00:40:10 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 00:40:10 +0200 |
commit | 01a7a9fd38df5481e1cf2a087ae4c4949bc76063 (patch) | |
tree | c9be884b7e7e30a1b6dd23834488b25469e8ca54 | |
parent | 190fbe40629f9ea595fbe107885d7da46afc4dfe (diff) | |
download | slackbuilds-01a7a9fd38df5481e1cf2a087ae4c4949bc76063.tar.gz |
system/emelfm2: Updated for version 0.6.0
-rw-r--r-- | system/emelfm2/README | 5 | ||||
-rw-r--r-- | system/emelfm2/emelfm2.SlackBuild | 2 | ||||
-rw-r--r-- | system/emelfm2/emelfm2.info | 2 |
3 files changed, 3 insertions, 6 deletions
diff --git a/system/emelfm2/README b/system/emelfm2/README index 74ee58612d..c79fc497a2 100644 --- a/system/emelfm2/README +++ b/system/emelfm2/README @@ -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. diff --git a/system/emelfm2/emelfm2.SlackBuild b/system/emelfm2/emelfm2.SlackBuild index 6b91428771..dae9637b05 100644 --- a/system/emelfm2/emelfm2.SlackBuild +++ b/system/emelfm2/emelfm2.SlackBuild @@ -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} diff --git a/system/emelfm2/emelfm2.info b/system/emelfm2/emelfm2.info index 1003784282..201c014f1e 100644 --- a/system/emelfm2/emelfm2.info +++ b/system/emelfm2/emelfm2.info @@ -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" |