Skip to content

Commit

Permalink
dev-libs/sblim-sfcc: Update to 2.2.8
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Closes: gentoo#7510
  • Loading branch information
jubalh authored and a17r committed Apr 5, 2018
1 parent 12a3de2 commit 30e4e89
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-libs/sblim-sfcc/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST sblim-sfcc-2.2.5.tar.bz2 376288 BLAKE2B aefe1381abf0b4db5eb19e21f0658cb0ea0503082972313a0187192510d2322035575fed6e36ced3cec61792a012c51482942a9121b0af9692c16dbbc56a1610 SHA512 c4ae3e36eec0a9faab347ba742d4a10cd72c906e89794e4e5a52411ac5bcd10b86ed8130efd02a44bba573654a10cfd1b504cedb638f7f66a47f8ee7215bc78b
DIST sblim-sfcc-2.2.8.tar.bz2 376918 BLAKE2B 867d7643a9f11cf546e39e839ef5a8d3addc8902dd024f741561b0e22016a11e009779c8f50b7228e7ab21b8b697bd8f767b08a08f61727a07ee37c465c0d223 SHA512 b5eb7712aed1e40f19993ba5f5ee2f1f48c01246d28e9f4d89cee53000801ce4fe7c862a82163a55774c71094223b32bf8981a883ad04e820f9c749e746f52fa
35 changes: 35 additions & 0 deletions dev-libs/sblim-sfcc/sblim-sfcc-2.2.8.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

DESCRIPTION="Small Footprint CIM Client Library"
HOMEPAGE="https://sourceforge.net/apps/mediawiki/sblim"
SRC_URI="mirror://sourceforge/project/sblim/${PN}/${P}.tar.bz2"

LICENSE="EPL-1.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="
net-misc/curl[ssl]
"
RDEPEND="${DEPEND}"

DOCS=()

src_configure() {
local myconf=(
--enable-http-chunking
--disable-static
)

econf "${myconf[@]}"
}

src_install() {
default

find "${D}" -name '*.la' -delete || die
}

0 comments on commit 30e4e89

Please sign in to comment.