[arch-commits] Commit in zile/repos (4 files)
Evangelos Foutras
foutrelis at archlinux.org
Mon Sep 7 09:01:51 UTC 2015
Date: Monday, September 7, 2015 @ 11:01:51
Author: foutrelis
Revision: 139444
archrelease: copy trunk to community-staging-i686, community-staging-x86_64
Added:
zile/repos/community-staging-i686/
zile/repos/community-staging-i686/PKGBUILD
(from rev 139443, zile/trunk/PKGBUILD)
zile/repos/community-staging-x86_64/
zile/repos/community-staging-x86_64/PKGBUILD
(from rev 139443, zile/trunk/PKGBUILD)
-----------------------------------+
community-staging-i686/PKGBUILD | 29 +++++++++++++++++++++++++++++
community-staging-x86_64/PKGBUILD | 29 +++++++++++++++++++++++++++++
2 files changed, 58 insertions(+)
Copied: zile/repos/community-staging-i686/PKGBUILD (from rev 139443, zile/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-07 09:01:51 UTC (rev 139444)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+# Contributor: Kevin Piche <kevin at archlinux.org>
+
+pkgname=zile
+pkgver=2.4.11
+pkgrel=3
+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')
+makedepends=('help2man')
+source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha1sums=('ad2efb80031c3a406f8f83ac5d400a38bc297434'
+ 'SKIP')
+validpgpkeys=('92978852A62FA5E285B2A17468089F7380EE4A00') # Reuben Thomas
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make DESTDIR="${pkgdir}" install
+}
Copied: zile/repos/community-staging-x86_64/PKGBUILD (from rev 139443, zile/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2015-09-07 09:01:51 UTC (rev 139444)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+# Contributor: Kevin Piche <kevin at archlinux.org>
+
+pkgname=zile
+pkgver=2.4.11
+pkgrel=3
+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')
+makedepends=('help2man')
+source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha1sums=('ad2efb80031c3a406f8f83ac5d400a38bc297434'
+ 'SKIP')
+validpgpkeys=('92978852A62FA5E285B2A17468089F7380EE4A00') # Reuben Thomas
+
+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