Files
Arch-R/packages/network/libnl/package.mk
T

34 lines
1.5 KiB
Makefile
Raw Normal View History

2011-01-09 18:43:32 +01:00
################################################################################
# This file is part of OpenELEC - http://www.openelec.tv
2016-01-02 17:29:56 +01:00
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
2011-01-09 18:43:32 +01:00
#
2013-12-21 21:51:48 +01:00
# OpenELEC is free software: you can redistribute it and/or modify
2011-01-09 18:43:32 +01:00
# it under the terms of the GNU General Public License as published by
2013-12-21 21:51:48 +01:00
# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
2011-01-09 18:43:32 +01:00
#
2013-12-21 21:51:48 +01:00
# OpenELEC is distributed in the hope that it will be useful,
2011-01-09 18:43:32 +01:00
# but WITHOUT ANY WARRANTY; without even the implied warranty of
2013-12-21 21:51:48 +01:00
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2011-01-09 18:43:32 +01:00
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
2013-12-21 21:51:48 +01:00
# along with OpenELEC. If not, see <http://www.gnu.org/licenses/>.
2011-01-09 18:43:32 +01:00
################################################################################
2010-11-12 19:24:00 +01:00
PKG_NAME="libnl"
2015-10-29 17:36:43 +01:00
PKG_VERSION="3.2.27"
2010-11-12 19:24:00 +01:00
PKG_ARCH="any"
PKG_LICENSE="LGPL"
PKG_SITE="http://people.suug.ch/~tgr/libnl/"
2015-04-18 13:37:57 +02:00
PKG_URL="https://github.com/thom311/$PKG_NAME/releases/download/${PKG_NAME}${PKG_VERSION//./_}/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS_TARGET="toolchain"
2010-11-12 19:24:00 +01:00
PKG_SECTION="network"
PKG_SHORTDESC="libnl: libnl - netlink library"
PKG_LONGDESC="libnl is a library for applications dealing with netlink socket. It provides an easy to use interface for raw netlink message but also netlink family specific APIs."
2010-11-25 18:07:46 +01:00
2014-01-11 13:03:50 +01:00
PKG_IS_ADDON="no"
2016-10-21 17:39:02 +02:00
PKG_AUTORECONF="no"
2014-01-11 13:03:50 +01:00
PKG_CONFIGURE_OPTS_TARGET="--enable-static --disable-shared --disable-cli"