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

recipes/utils/netcf/PAGBUILD.yaml main

40 linii Raw ← Powrót
12345678910111213141516171819202122232425262728293031323334353637383940
pkgname: netcf
pkgver: '0.2.8'
pkgrel: '5'
pkgdesc: 'A library for configuring network interfaces'
url: 'https://pagure.io/netcf'
arch: x86_64
depends: []
makedepends:
- automake
- m4
- sed
- grep
- augeas
- libxml2
- libnl
- libxslt

source:
- 'https://releases.pagure.org/netcf/${pkgname}-${pkgver}.tar.gz'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}

    aclocal
    automake --add-missing || true
    autoreconf

    ./configure --prefix=/usr \
  	--disable-static \
  	--with-driver=redhat \
  	--libexecdir=/usr/lib/${pkgname}

    make
    make DESTDIR=${PKGDIR} install

package: |
  true