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

Sébastien Luttringer seblu at archlinux.org
Sat May 14 13:15:30 UTC 2016


    Date: Saturday, May 14, 2016 @ 15:15:30
  Author: seblu
Revision: 267968

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

Added:
  sed/repos/testing-i686/
  sed/repos/testing-i686/PKGBUILD
    (from rev 267967, sed/trunk/PKGBUILD)
  sed/repos/testing-x86_64/
  sed/repos/testing-x86_64/PKGBUILD
    (from rev 267967, sed/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   37 +++++++++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   37 +++++++++++++++++++++++++++++++++++++
 2 files changed, 74 insertions(+)

Copied: sed/repos/testing-i686/PKGBUILD (from rev 267967, sed/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2016-05-14 13:15:30 UTC (rev 267968)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer <seblu at archlinux.org>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: judd <jvinet at zeroflux.org>
+
+pkgname=sed
+pkgver=4.2.2
+pkgrel=4
+pkgdesc='GNU stream editor'
+arch=('i686' 'x86_64')
+url='http://www.gnu.org/software/sed'
+license=('GPL3')
+groups=('base' 'base-devel')
+depends=('glibc' 'acl' 'attr')
+makedepends=('gettext')
+# gpg key of Paolo Bonzini has been revoked in 2013, not using it
+# check if a new one is issued in the next release
+source=("ftp://ftp.gnu.org/pub/gnu/sed/$pkgname-$pkgver.tar.gz")
+md5sums=('4111de4faa3b9848a0686b2f260c5056')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: sed/repos/testing-x86_64/PKGBUILD (from rev 267967, sed/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2016-05-14 13:15:30 UTC (rev 267968)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer <seblu at archlinux.org>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: judd <jvinet at zeroflux.org>
+
+pkgname=sed
+pkgver=4.2.2
+pkgrel=4
+pkgdesc='GNU stream editor'
+arch=('i686' 'x86_64')
+url='http://www.gnu.org/software/sed'
+license=('GPL3')
+groups=('base' 'base-devel')
+depends=('glibc' 'acl' 'attr')
+makedepends=('gettext')
+# gpg key of Paolo Bonzini has been revoked in 2013, not using it
+# check if a new one is issued in the next release
+source=("ftp://ftp.gnu.org/pub/gnu/sed/$pkgname-$pkgver.tar.gz")
+md5sums=('4111de4faa3b9848a0686b2f260c5056')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list