musl-obstack: rebuild for metadata
This commit is contained in:
parent
9528c3de44
commit
60cba778c8
1 changed files with 5 additions and 5 deletions
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'musl-obstack'
|
||||
pkgname=musl-obstack
|
||||
version=1.1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake libtool"
|
||||
configure_args="--disable-shared"
|
||||
revision=3
|
||||
only_for_archs="aarch64-musl armv5tel-musl armv6l-musl armv7l-musl i686-musl mips-musl mipshf-musl mipsel-musl mipselhf-musl x86_64-musl"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-shared"
|
||||
hostmakedepends="automake libtool"
|
||||
short_desc="Implementation of obstack for musl libc"
|
||||
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||
license="GPL-2"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://github.com/pullmoll/musl-obstack"
|
||||
distfiles="https://github.com/pullmoll/${pkgname}/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
||||
checksum=52a216613e7d55e8725e43d017bb2d49a4b1ffa1e06da472f03c7f9875df7d0d
|
||||
|
|
Loading…
Reference in a new issue