mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-20 14:01:36 +02:00
dev-libs/libmspack: add libmspack-0.4_alpha
This commit is contained in:
parent
b96ee1db0c
commit
4d816af454
23
sdk_container/src/third_party/coreos-overlay/dev-libs/libmspack/libmspack-0.4_alpha.ebuild
vendored
Normal file
23
sdk_container/src/third_party/coreos-overlay/dev-libs/libmspack/libmspack-0.4_alpha.ebuild
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
# Copyright (c) 2014 CoreOS, Inc.. All rights reserved.
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
|
||||
MY_P="${P/_/}"
|
||||
|
||||
DESCRIPTION="A library for Microsoft compression formats"
|
||||
HOMEPAGE="http://www.cabextract.org.uk/libmspack/"
|
||||
SRC_URI="http://www.cabextract.org.uk/libmspack/${MY_P}.tar.gz"
|
||||
|
||||
LICENSE="LGPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64"
|
||||
IUSE="static-libs"
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
src_configure() {
|
||||
econf \
|
||||
--prefix=/usr/share/oem \
|
||||
$(use_enable static-libs static)
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user