[arch-commits] Commit in zile/repos (4 files)

Pierre Schmitz pierre at nymeria.archlinux.org
Sun Jan 27 16:28:07 UTC 2013


    Date: Sunday, January 27, 2013 @ 17:28:06
  Author: pierre
Revision: 83186

archrelease: copy trunk to community-i686, community-x86_64

Added:
  zile/repos/community-i686/
  zile/repos/community-i686/PKGBUILD
    (from rev 83185, zile/trunk/PKGBUILD)
  zile/repos/community-x86_64/
  zile/repos/community-x86_64/PKGBUILD
    (from rev 83185, zile/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   26 ++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   26 ++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)

Copied: zile/repos/community-i686/PKGBUILD (from rev 83185, zile/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-01-27 16:28:06 UTC (rev 83186)
@@ -0,0 +1,26 @@
+# $Id$
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+# Maintainer: Kevin Piche <kevin at archlinux.org>
+
+pkgname=zile
+pkgver=2.4.9
+pkgrel=1
+pkgdesc="A small, fast, and powerful Emacs clone"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/zile/"
+license=('GPL3')
+depends=('acl' 'gc' 'ncurses')
+source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha1sums=('f233487e2d0ce99d7670832d106d1a2503d4c925'
+          'cfc6f526bd4f14e127b32f91ae3e414e58d722c3')
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Copied: zile/repos/community-x86_64/PKGBUILD (from rev 83185, zile/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-01-27 16:28:06 UTC (rev 83186)
@@ -0,0 +1,26 @@
+# $Id$
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+# Maintainer: Kevin Piche <kevin at archlinux.org>
+
+pkgname=zile
+pkgver=2.4.9
+pkgrel=1
+pkgdesc="A small, fast, and powerful Emacs clone"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/zile/"
+license=('GPL3')
+depends=('acl' 'gc' 'ncurses')
+source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha1sums=('f233487e2d0ce99d7670832d106d1a2503d4c925'
+          'cfc6f526bd4f14e127b32f91ae3e414e58d722c3')
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list