wok-next view libmnl/receipt @ rev 20443

The rest of my "home work" for update many packages (up to Xorg, GTK and Openbox) for Next and mainly for Next64. Since this point this repository is open for commits. Many errors are expected due to harfbuzz-freetype dependency loop...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Feb 24 16:17:33 2018 +0200 (2018-02-24)
parents 9a17d981d0f7
children 25deb7c6df08
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libmnl"
4 VERSION="1.0.4"
5 CATEGORY="development"
6 SHORT_DESC="Minimalistic Netlink communication library"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="LGPL2.1"
9 WEB_SITE="http://www.netfilter.org/projects/libmnl/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="${WEB_SITE}files/$TARBALL"
14 SPLIT="libmnl-dev"
16 compile_rules() {
17 ./configure $CONFIGURE_ARGS && make && make install
18 }
20 genpkg_rules() {
21 case $PACKAGE in
22 libmnl) copy @std;;
23 *-dev) copy @dev;;
24 esac
25 }