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

36 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
2013-12-21 21:51:48 +01:00
# Copyright (C) 2009-2014 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"
2014-04-01 21:31:20 +02:00
PKG_VERSION="3.2.24"
2010-11-12 19:24:00 +01:00
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="LGPL"
PKG_SITE="http://people.suug.ch/~tgr/libnl/"
2011-11-30 16:10:30 +01:00
PKG_URL="http://www.infradead.org/~tgr/libnl/files/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS_TARGET="toolchain"
2010-11-12 19:24:00 +01:00
PKG_PRIORITY="optional"
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"
2012-05-11 10:13:00 +02:00
PKG_AUTORECONF="yes"
2014-01-11 13:03:50 +01:00
PKG_CONFIGURE_OPTS_TARGET="--enable-static --disable-shared --disable-cli"