mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 14:37:59 +00:00
m4: add metafile support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
bec74eb42c
commit
3fe94e9b63
14
packages/toolchain/devel/autotools/m4/meta
Normal file
14
packages/toolchain/devel/autotools/m4/meta
Normal file
@ -0,0 +1,14 @@
|
||||
PKG_NAME="m4"
|
||||
PKG_VERSION="1.4.15"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="ftp://ftp.gnu.org/pub/gnu/m4/"
|
||||
PKG_URL="http://ftp.gnu.org/gnu/m4/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
||||
PKG_DEPENDS=""
|
||||
PKG_BUILD_DEPENDS="ccache"
|
||||
PKG_PRIORITY="optional"
|
||||
PKG_SECTION="toolchain/devel"
|
||||
PKG_SHORTDESC="m4: The m4 macro processor"
|
||||
PKG_LONGDESC="GNU 'M4' is an implementation of the traditional Unix macro processor. It is mostly SVR4 compatible, although it has some extensions (for example, handling more than 9 positional parameters to macros). 'M4' also has built-in functions for including files, running shell commands, doing arithmetic, etc. Autoconf needs GNU 'M4' for generating 'configure' scripts, but not for running them."
|
||||
PKG_IS_ADDON="no"
|
@ -1 +0,0 @@
|
||||
http://ftp.gnu.org/gnu/m4/m4-1.4.15.tar.bz2
|
Loading…
x
Reference in New Issue
Block a user