el-get/recipes/nognus.rcp
Dimitri Fontaine 3c85a01a9b Squash merge branch reload from DarwinAwardWinner, per #434.
That cleans up the code and allow not to depend on the :reload property, and
cater with some edge cases like features currently loaded but no longer
present in the updated package.

Conflicts:
	el-get.el
2011-10-11 10:37:52 +02:00

12 lines
417 B
Plaintext

(:name nognus
:description "A newsreader for GNU Emacs"
:type git
:url "http://git.gnus.org/gnus.git"
:build ("./configure" "make")
:build/windows-nt `(,(concat "\"make.bat " invocation-directory "\""))
:build/darwin `(,(concat "./configure --with-emacs=" el-get-emacs) "make")
:info "texi"
:load-path ("lisp")
:autoloads nil
:features gnus-load)