void-packages/srcpkgs/libnl/template
Juan RP 23dd7d008e Update build_style for all templates.
- There's no need to set build_style for custom-install (default).
- gnu_{configure,makefile} renamed to gnu-{configure,makefile}.
2011-10-24 14:14:47 +02:00

16 lines
595 B
Text

# Template file for 'libnl'
pkgname=libnl
version=1.1
revision=1
distfiles="ftp://ftp.archlinux.org/other/libnl/${pkgname}-${version}.tar.gz"
build_style=gnu-configure
short_desc="Library for applications dealing with netlink sockets"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=35cea4cfb6cd8af0cafa0f34fff81def5a1f193b8b8384299b4b21883e22edc3
long_desc="
libnl is a library for applications dealing with netlink sockets.
The library provides an interface for raw netlink messaging and various
netlink family specific interfaces."
subpackages="$pkgname-devel"
Add_dependency run glibc