🔒 Repository is read-only – file editing is disabled.

recipes/utils/iptraf-ng/PAGBUILD.yaml main

18 linii Raw ← Powrót
123456789101112131415161718
pkgname: iptraf-ng
pkgver: '1.2.2'
pkgrel: '2'
pkgdesc: Console-based network monitoring utility
url: 'https://sourceforge.net/projects/iptraf-ng/'
arch: x86_64
depends: []
makedepends:
- ncurses
source:
- 'https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz'
sha256sums:
- 75fd653745ea0705995c25e6c07b34252ecc2563c6a91b007a3a8c26f29cc252
build: "cd ${pkgname}-${pkgver}\n\nmake CFLAGS=\"${CFLAGS} -std=gnu99 -D_GNU_SOURCE\" \\\n     LDFLAGS=\"${LDFLAGS}\" \\\n\
  \     CPPFLAGS=\"${CPPFLAGS}\" \\\n     sbindir_relative=bin \\\n     prefix=/usr\nmake DESTDIR=${PKGDIR} prefix=/usr sbindir_relative=bin\
  \ install\ninstall -Dm 644 iptraf-ng-logrotate.conf -t ${PKGDIR}/etc/logrotate.d \n"
package: |
  true