From d1f3acf6a2b033b06944bcc995422b83cbe41f1b Mon Sep 17 00:00:00 2001 From: awiouy Date: Wed, 11 Jan 2017 00:37:30 +0100 Subject: [PATCH] libugpio: initial package --- .../lcdd-depends/libugpio/package.mk | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 packages/addons/addon-depends/lcdd-depends/libugpio/package.mk diff --git a/packages/addons/addon-depends/lcdd-depends/libugpio/package.mk b/packages/addons/addon-depends/lcdd-depends/libugpio/package.mk new file mode 100644 index 0000000000..a1292e6ce9 --- /dev/null +++ b/packages/addons/addon-depends/lcdd-depends/libugpio/package.mk @@ -0,0 +1,29 @@ +################################################################################ +# This file is part of LibreELEC - https://libreelec.tv +# Copyright (C) 2017 Team LibreELEC +# +# LibreELEC is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 2 of the License, or +# (at your option) any later version. +# +# LibreELEC is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with LibreELEC. If not, see . +################################################################################ + +PKG_NAME="libugpio" +PKG_VERSION="0.0.6" +PKG_ARCH="any" +PKG_LICENSE="LGPLv2.1" +PKG_SITE="https://github.com/mhei/libugpio" +PKG_URL="https://github.com/mhei/$PKG_NAME/archive/v$PKG_VERSION.tar.gz" +PKG_DEPENDS_TARGET="toolchain linux" +PKG_LONGDESC="A free software library to ease the use of linux kernel's sysfs gpio interface from C programs and/or other libraries" +PKG_AUTORECONF="yes" + +PKG_CONFIGURE_OPTS_TARGET="--enable-static --disable-shared"