Skip to content
Snippets Groups Projects
Commit a457195d authored by Anna Wilcox's avatar Anna Wilcox :fox:
Browse files

sys-libs/musl-obstack: new package

parent b99a5006
No related branches found
No related tags found
No related merge requests found
DIST musl-obstack-1.0.tar.gz 11365 SHA256 6071fa2462c13b2bc6d71d10be115cf8e8c9048802a39e27f5ab6340ade59076 SHA512 030eb0c203b77b02cceac098074cad11c588621297daa53dc5c2006d6a7978747c4962be79858b77148a4d79a6afd4d2242eb765ecd5fa9ec248663986eb5465 WHIRLPOOL b1e17c9c15efa7506bd4c33db58684c36b66d78ad95ff4b6dc30cc0b583f452d2ba50f47dcfc2ca655b21f1902d561a61075b50a44e3700cb74356a20dd4ea29
# Copyright 2016 Adélie Linux Team
# Distributed under the terms of the NCSA License
EAPI=6
inherit autotools
DESCRIPTION="A standalone library to implement GNU libc's obstack"
HOMEPAGE="https://github.com/pullmoll/musl-obstack"
SRC_URI="https://github.com/pullmoll/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="arm mips ppc ppc64 x86 x86_64"
IUSE=""
DEPEND="!sys-libs/glibc"
RDEPEND="${DEPEND}"
DOCS=( AUTHORS COPYING NEWS README )
src_prepare() {
default
eautoreconf
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment