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

Bruno Pagani archange at archlinux.org
Tue Oct 31 22:25:20 UTC 2017


    Date: Tuesday, October 31, 2017 @ 22:25:19
  Author: archange
Revision: 264948

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

Added:
  fstrm/repos/community-i686/
  fstrm/repos/community-i686/PKGBUILD
    (from rev 264947, fstrm/trunk/PKGBUILD)
  fstrm/repos/community-x86_64/
  fstrm/repos/community-x86_64/PKGBUILD
    (from rev 264947, fstrm/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   32 ++++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 2 files changed, 64 insertions(+)

Copied: fstrm/repos/community-i686/PKGBUILD (from rev 264947, fstrm/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-10-31 22:25:19 UTC (rev 264948)
@@ -0,0 +1,32 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+pkgname=fstrm
+pkgver=0.3.2
+pkgrel=1
+pkgdesc="A C implementation of the Frame Streams data transport protocol"
+arch=('i686' 'x86_64')
+url="https://github.com/farsightsec/fstrm"
+license=('Apache')
+depends=('libevent')
+source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('16112cda18aece363e32a04cd2265174b09944f3f3dcffa5c8312a293ec93737')
+
+build() {
+	cd ${pkgname}-${pkgver}
+    autoreconf -vfi
+	./configure --prefix=/usr
+	make
+}
+
+check() {
+	cd ${pkgname}-${pkgver}
+	make -k check
+}
+
+package() {
+	cd ${pkgname}-${pkgver}
+	make DESTDIR="${pkgdir}" install
+
+	install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+}
+

Copied: fstrm/repos/community-x86_64/PKGBUILD (from rev 264947, fstrm/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-10-31 22:25:19 UTC (rev 264948)
@@ -0,0 +1,32 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+pkgname=fstrm
+pkgver=0.3.2
+pkgrel=1
+pkgdesc="A C implementation of the Frame Streams data transport protocol"
+arch=('i686' 'x86_64')
+url="https://github.com/farsightsec/fstrm"
+license=('Apache')
+depends=('libevent')
+source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('16112cda18aece363e32a04cd2265174b09944f3f3dcffa5c8312a293ec93737')
+
+build() {
+	cd ${pkgname}-${pkgver}
+    autoreconf -vfi
+	./configure --prefix=/usr
+	make
+}
+
+check() {
+	cd ${pkgname}-${pkgver}
+	make -k check
+}
+
+package() {
+	cd ${pkgname}-${pkgver}
+	make DESTDIR="${pkgdir}" install
+
+	install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+}
+



More information about the arch-commits mailing list