core/libmnl/Pkgfile

18 lines
399 B
Plaintext
Raw Normal View History

2022-01-09 04:43:11 +01:00
# Description: A minimalistic user-space library oriented to Netlink developers.
# URL: https://netfilter.org/projects/libmnl/
# Maintainer: CRUX System Team, core-ports at crux dot nu
name=libmnl
2022-04-08 00:00:00 +02:00
version=1.0.5
2022-01-09 04:43:11 +01:00
release=1
source=(https://www.netfilter.org/projects/$name/files/$name-$version.tar.bz2)
build() {
2023-08-21 21:49:13 +02:00
cd $name-$version
2022-01-09 04:43:11 +01:00
2023-08-21 21:49:13 +02:00
./configure --prefix=/usr
2022-01-09 04:43:11 +01:00
2023-08-21 21:49:13 +02:00
make
make DESTDIR=$PKG install
2022-01-09 04:43:11 +01:00
}