New package: ProofGeneral-4.2
This commit is contained in:
parent
efd827ebbb
commit
a8ac3af3a4
1 changed files with 25 additions and 0 deletions
25
srcpkgs/ProofGeneral/template
Normal file
25
srcpkgs/ProofGeneral/template
Normal file
|
@ -0,0 +1,25 @@
|
|||
# Template file for 'ProofGeneral'
|
||||
pkgname=ProofGeneral
|
||||
version=4.2
|
||||
revision=1
|
||||
noarch=yes
|
||||
build_style=gnu-makefile
|
||||
hostmakedepends="emacs"
|
||||
depends="emacs"
|
||||
short_desc="Generic Emacs front-end for proof assistants"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
license="GPL-2"
|
||||
homepage="http://proofgeneral.inf.ed.ac.uk/releases/"
|
||||
distfiles="http://proofgeneral.inf.ed.ac.uk/releases/${pkgname}-${version}.tgz"
|
||||
checksum=3567b68077798396ccd55c501b7ea7bd2c4d6300e4c74ff609dc19837d050b27
|
||||
|
||||
pre_build() {
|
||||
make clean
|
||||
sed -i 's/byte-compile-error-on-warn/dont-&/g' Makefile
|
||||
sed -i 's/do adddecs/\&adddecs/g' coq/coqtags
|
||||
chmod +x isar/isartags
|
||||
}
|
||||
|
||||
do_install() {
|
||||
make install DESTDIR=${DESTDIR}
|
||||
}
|
Loading…
Reference in a new issue