[arch-commits] CVS update of core/support/links (PKGBUILD)

Eric Belanger eric at archlinux.org
Fri Feb 8 03:59:28 UTC 2008


    Date: Thursday, February 7, 2008 @ 22:59:28
  Author: eric
    Path: /home/cvs-core/core/support/links

   Added: PKGBUILD (1.1)

upgpkg: links 2.1pre33-1
    moving to core from extra (FS#9432)


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


Index: core/support/links/PKGBUILD
diff -u /dev/null core/support/links/PKGBUILD:1.1
--- /dev/null	Thu Feb  7 22:59:28 2008
+++ core/support/links/PKGBUILD	Thu Feb  7 22:59:28 2008
@@ -0,0 +1,24 @@
+# $Id: PKGBUILD,v 1.1 2008/02/08 03:59:28 eric Exp $
+# Maintainer: Eric Belanger <eric at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+
+pkgname=links
+pkgver=2.1pre33
+pkgrel=1
+pkgdesc="A text WWW browser, similar to Lynx"
+arch=('i686' 'x86_64')
+url="http://atrey.karlin.mff.cuni.cz/~clock/twibright/links/"
+license=('GPL')
+depends=('bzip2' 'zlib' 'openssl' 'gpm')
+makedepends=('pkgconfig')
+source=(http://links.twibright.com/download/$pkgname-$pkgver.tar.bz2)
+md5sums=('99cdbd1194579eea6d857168a57e0d74')
+sha1sums=('0ac2aa7c45f56692751f5a9ab94f3551c38ba846')
+
+build() {
+  cd $startdir/src/$pkgname-$pkgver
+  cd "intl" && ./gen-intl && cd .. || return 1
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-javascript --disable-graphics --without-x
+  make || return 1
+  make DESTDIR=$startdir/pkg install
+}




More information about the arch-commits mailing list