[arch-commits] CVS update of core/devel/texinfo (PKGBUILD)

daniel at archlinux.org daniel at archlinux.org
Sun Oct 14 21:22:29 UTC 2007


    Date: Sunday, October 14, 2007 @ 17:22:29
  Author: daniel
    Path: /home/cvs-core/core/devel/texinfo

   Added: PKGBUILD (1.1)

add texinfo to core, because of dependency from binutils and grep


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


Index: core/devel/texinfo/PKGBUILD
diff -u /dev/null core/devel/texinfo/PKGBUILD:1.1
--- /dev/null	Sun Oct 14 17:22:29 2007
+++ core/devel/texinfo/PKGBUILD	Sun Oct 14 17:22:29 2007
@@ -0,0 +1,21 @@
+# $Id: PKGBUILD,v 1.1 2007/10/14 21:22:29 daniel Exp $
+# Maintainer: Jason Chu <jason at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+#
+pkgname=texinfo
+pkgver=4.11
+pkgrel=1
+pkgdesc="Utilities to work with and produce manuals, ASCII text, and on-line documentation from a single source file"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/texinfo/"
+license=('GPL')
+depends=('ncurses')
+source=(ftp://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('0c652adddc75b385ee1509fc55ff2837')
+
+build() {
+   cd $startdir/src/$pkgname-$pkgver
+   ./configure --prefix=/usr
+   make || return 1
+   make DESTDIR=$startdir/pkg install
+}




More information about the arch-commits mailing list