[arch-commits] Commit in texmacs/trunk (PKGBUILD)
Ronald van Haren
ronald at archlinux.org
Thu Nov 13 10:11:14 UTC 2008
Date: Thursday, November 13, 2008 @ 05:11:13
Author: ronald
Revision: 18976
upgpkg: texmacs 1.0.7-1
Modified:
texmacs/trunk/PKGBUILD
----------+
PKGBUILD | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2008-11-13 03:07:02 UTC (rev 18975)
+++ PKGBUILD 2008-11-13 10:11:13 UTC (rev 18976)
@@ -1,23 +1,22 @@
# $Id$
-# Maintainer: damir <damir at archlinux.org>
+# Maintainer: Ronald van Haren <ronald.archlinux.org>
# Contributor: Damir Perisa <damir.perisa at bluewin.ch>
pkgname=texmacs
-pkgver=1.0.6.14
+pkgver=1.0.7
pkgrel=1
pkgdesc="GNU TeXmacs is a free scientific text editor, which was both inspired by TeX and GNU Emacs. WYSIWYG editor TeX-fonts and CAS-interface (Giac, GTybalt, Macaulay 2, Maxima, Octave, Pari, Qcl, R and Yacas) in one."
arch=("i686" "x86_64")
url="http://www.texmacs.org/"
license=('GPL')
-depends=('gcc-libs>=4.1' 'libtool>=2.2' 'guile>=1.8.1' 'texlive-core' 'python' 'libxext' 'freetype2')
+depends=('perl' 'guile>=1.8.4' 'texlive-core' 'python' 'libxext' 'freetype2')
# do not remove texlive-core dependency, as it is needed!
source=("ftp://ftp.texmacs.org/pub/TeXmacs/targz/TeXmacs-${pkgver}-src.tar.gz")
-md5sums=('cf6e5e5f3858ca91ed44fe6475e37f4b')
build() {
- cd ${startdir}/src/TeXmacs-${pkgver}-src
- ./configure --prefix=/usr --mandir=/usr/share/man
+ cd ${srcdir}/TeXmacs-${pkgver}-src
+ ./configure --prefix=/usr --mandir=/usr/share/man --libexecdir=/usr/lib
make || return 1
- make DESTDIR=${startdir}/pkg install
+ make DESTDIR=${pkgdir} install || return 1
}
More information about the arch-commits
mailing list