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

Tobias Powalowski tpowa at archlinux.org
Thu Mar 19 08:43:11 UTC 2015


    Date: Thursday, March 19, 2015 @ 09:43:10
  Author: tpowa
Revision: 234138

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

Added:
  libseccomp/repos/testing-i686/
  libseccomp/repos/testing-i686/PKGBUILD
    (from rev 234137, libseccomp/trunk/PKGBUILD)
  libseccomp/repos/testing-x86_64/
  libseccomp/repos/testing-x86_64/PKGBUILD
    (from rev 234137, libseccomp/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   24 ++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   24 ++++++++++++++++++++++++
 2 files changed, 48 insertions(+)

Copied: libseccomp/repos/testing-i686/PKGBUILD (from rev 234137, libseccomp/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2015-03-19 08:43:10 UTC (rev 234138)
@@ -0,0 +1,24 @@
+# Maintainer: Daniel Micay <danielmicay at gmail.com>
+# Contributor: Patryk Kowalczyk < patryk at kowalczyk dot ws>
+
+pkgname=libseccomp
+pkgver=2.2.0
+pkgrel=1
+pkgdesc='Enhanced seccomp library'
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+url="http://sourceforge.net/projects/libseccomp/"
+depends=('glibc')
+source=("https://github.com/seccomp/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
+md5sums=('e9509301a1fc024cd10127ac1f31792a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: libseccomp/repos/testing-x86_64/PKGBUILD (from rev 234137, libseccomp/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2015-03-19 08:43:10 UTC (rev 234138)
@@ -0,0 +1,24 @@
+# Maintainer: Daniel Micay <danielmicay at gmail.com>
+# Contributor: Patryk Kowalczyk < patryk at kowalczyk dot ws>
+
+pkgname=libseccomp
+pkgver=2.2.0
+pkgrel=1
+pkgdesc='Enhanced seccomp library'
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+url="http://sourceforge.net/projects/libseccomp/"
+depends=('glibc')
+source=("https://github.com/seccomp/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
+md5sums=('e9509301a1fc024cd10127ac1f31792a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list