[arch-commits] Commit in fstrm/repos/community-x86_64 (PKGBUILD PKGBUILD)
Bruno Pagani
archange at archlinux.org
Wed Oct 16 16:01:21 UTC 2019
Date: Wednesday, October 16, 2019 @ 16:01:20
Author: archange
Revision: 516333
archrelease: copy trunk to community-x86_64
Added:
fstrm/repos/community-x86_64/PKGBUILD
(from rev 516332, fstrm/trunk/PKGBUILD)
Deleted:
fstrm/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 66 +++++++++++++++++++++++++++++++------------------------------
1 file changed, 34 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-16 16:01:07 UTC (rev 516332)
+++ PKGBUILD 2019-10-16 16:01:20 UTC (rev 516333)
@@ -1,32 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-pkgname=fstrm
-pkgver=0.5.0
-pkgrel=2
-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=('ca762fb260176f35af639376cc65c3f13a5f63d1cca42eb5ce87caca8d57c450')
-
-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 516332, fstrm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-10-16 16:01:20 UTC (rev 516333)
@@ -0,0 +1,34 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+pkgname=fstrm
+pkgver=0.6.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=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('82851b2424ae3e94b4fba310b60629b33d6757fbeb15662566b1857cd5c31517')
+
+prepare() {
+ cd ${pkgname}-${pkgver}
+ autoreconf -vfi
+}
+
+build() {
+ cd ${pkgname}-${pkgver}
+ ./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