New package: musl-obstack-1.0
A copy+paste implementation of obstack taken from the GNU gcc library libiberty for use with musl libc.
This commit is contained in:
parent
a150f4da6d
commit
e766b0bde7
|
@ -0,0 +1,23 @@
|
|||
# Template file for 'musl-obstack'
|
||||
pkgname=musl-obstack
|
||||
version=1.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake libtool"
|
||||
configure_args="--disable-shared"
|
||||
only_for_archs="aarch64-musl armv6l-musl armv7l-musl i686-musl mips-musl mipsel-musl mipselhf-musl x86_64-musl"
|
||||
short_desc="Implementation of obstack for musl libc"
|
||||
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||
license="BSD"
|
||||
homepage="http://github.com/pullmoll/musl-obstack"
|
||||
distfiles="https://github.com/pullmoll/${pkgname}/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
||||
checksum=6071fa2462c13b2bc6d71d10be115cf8e8c9048802a39e27f5ab6340ade59076
|
||||
|
||||
pre_configure() {
|
||||
./bootstrap.sh
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vinstall ${pkgname}.pc 644 usr/lib/pkgconfig
|
||||
vlicense COPYING
|
||||
}
|
Loading…
Reference in New Issue