Files
Arch-R/packages/graphics/glu/package.mk
T

39 lines
1.5 KiB
Makefile
Raw Normal View History

2012-10-30 21:31: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)
2012-10-30 21:31:32 +01:00
#
2013-12-21 21:51:48 +01:00
# OpenELEC is free software: you can redistribute it and/or modify
2012-10-30 21:31: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.
2012-10-30 21:31:32 +01:00
#
2013-12-21 21:51:48 +01:00
# OpenELEC is distributed in the hope that it will be useful,
2012-10-30 21:31: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
2012-10-30 21:31: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/>.
2012-10-30 21:31:32 +01:00
################################################################################
PKG_NAME="glu"
PKG_VERSION="9.0.0"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="OSS"
PKG_SITE="http://cgit.freedesktop.org/mesa/glu/"
PKG_URL="http://cgit.freedesktop.org/mesa/glu/snapshot/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS_TARGET="toolchain"
2012-10-30 21:31:32 +01:00
PKG_PRIORITY="optional"
PKG_SECTION="graphics"
PKG_SHORTDESC="glu: The OpenGL utility library"
PKG_LONGDESC="libglu is the The OpenGL utility library"
PKG_IS_ADDON="no"
2012-10-30 21:31:32 +01:00
PKG_AUTORECONF="yes"
2013-10-11 21:06:20 +03:00
PKG_CONFIGURE_OPTS_TARGET="--disable-silent-rules \
--disable-debug \
--disable-osmesa \
--with-gnu-ld"