[arch-commits] Commit in fstrm/repos/community-x86_64 (PKGBUILD PKGBUILD)
Bruno Pagani
archange at archlinux.org
Fri May 11 19:41:43 UTC 2018
Date: Friday, May 11, 2018 @ 19:41:42
Author: archange
Revision: 320896
archrelease: copy trunk to community-x86_64
Added:
fstrm/repos/community-x86_64/PKGBUILD
(from rev 320895, fstrm/trunk/PKGBUILD)
Deleted:
fstrm/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 64 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-05-11 19:41:19 UTC (rev 320895)
+++ PKGBUILD 2018-05-11 19:41:42 UTC (rev 320896)
@@ -1,32 +0,0 @@
-# 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 320895, fstrm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-05-11 19:41:42 UTC (rev 320896)
@@ -0,0 +1,32 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+pkgname=fstrm
+pkgver=0.4.0
+pkgrel=1
+pkgdesc="A C implementation of the Frame Streams data transport protocol"
+arch=('x86_64')
+url="https://github.com/farsightsec/fstrm"
+license=('Apache')
+depends=('libevent')
+source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('2c84ff059d5850078d3d85927fd2e8f8a1cbe76bcf91cb125cfbbbd89ec5afc0')
+
+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