[arch-commits] CVS update of arch/build/office/texinfo (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Sat Jun 23 21:49:21 UTC 2007


    Date: Saturday, June 23, 2007 @ 17:49:21
  Author: andyrtr
    Path: /home/cvs-arch/arch/build/office/texinfo

   Added: PKGBUILD (1.1)

texinfo moved to current now beeing a makedep for new binutils


----------+
 PKGBUILD |   21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)


Index: arch/build/office/texinfo/PKGBUILD
diff -u /dev/null arch/build/office/texinfo/PKGBUILD:1.1
--- /dev/null	Sat Jun 23 17:49:21 2007
+++ arch/build/office/texinfo/PKGBUILD	Sat Jun 23 17:49:21 2007
@@ -0,0 +1,21 @@
+# $Id: PKGBUILD,v 1.1 2007/06/23 21:49:21 andyrtr Exp $
+# Maintainer: Jason Chu <jason at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+#
+pkgname=texinfo
+pkgver=4.8a
+pkgrel=1
+pkgdesc="texinfo - Utilities to work with and produce manuals, ASCII text, and on-line documentation from a single source file"
+arch=(i686 x86_64)
+source=(ftp://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('6611b6f95a5f133aa52889be93bfbf31')
+url="http://www.gnu.org/software/texinfo/"
+depends=('ncurses' 'glibc')
+options=('FORCE')
+
+build() {
+   cd $startdir/src/$pkgname-4.8
+   ./configure --prefix=/usr
+   make || return 1
+   make DESTDIR=$startdir/pkg install
+}




More information about the arch-commits mailing list