[arch-commits] Commit in slang/repos (staging-i686 testing-i686 testing-i686/PKGBUILD)

Allan McRae allan at archlinux.org
Thu Feb 9 00:00:09 UTC 2012


    Date: Wednesday, February 8, 2012 @ 19:00:08
  Author: allan
Revision: 149682

db-move: moved slang from [staging] to [testing] (i686)

Added:
  slang/repos/testing-i686/
  slang/repos/testing-i686/PKGBUILD
    (from rev 149641, slang/repos/staging-i686/PKGBUILD)
Deleted:
  slang/repos/staging-i686/

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

Copied: slang/repos/testing-i686/PKGBUILD (from rev 149641, slang/repos/staging-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-02-09 00:00:08 UTC (rev 149682)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Eric Belanger <eric at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+
+pkgname=slang
+pkgver=2.2.4
+pkgrel=2
+pkgdesc="S-Lang is a powerful interpreted language"
+arch=('i686' 'x86_64')
+url="http://www.jedsoft.org/slang/"
+license=('GPL')
+depends=('glibc' 'pcre' 'zlib')
+backup=('etc/slsh.rc')
+options=('!makeflags')
+source=(ftp://ftp.fu-berlin.de/pub/unix/misc/slang/v${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2{,.asc})
+md5sums=('7fcfd447e378f07dd0c0bae671fe6487'
+         '0e37091fe52b4ef609c3cee8eda0e101')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+              --sysconfdir=/etc
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install-all
+}




More information about the arch-commits mailing list