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

recipes/utils/libmnl/PAGBUILD.yaml main

23 linii Raw ← Powrót
1234567891011121314151617181920212223
pkgname: libmnl
pkgver: '1.0.5'
pkgrel: '2'
pkgdesc: 'Minimalistic user-space library oriented to Netlink developers'
url: 'https://www.netfilter.org/projects/libmnl/'
arch: x86_64
depends: []
makedepends: []
source:
- 'https://www.netfilter.org/projects/${pkgname}/files/${pkgname}-${pkgver}.tar.bz2'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}
  ./configure --prefix=/usr
  make
  make DESTDIR="${PKGDIR}" install

package: |
  # Obsolet lib
  rm -f ${PKGDIR}/usr/lib/libmnl.la