You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-libs/libbmp/libbmp-0.1.3.ebuild

29 lines
532 B

# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
inherit eutils
DESCRIPTION="C library for reading, writing, and modifying Windows bitmap image files"
HOMEPAGE="https://code.google.com/p/libbmp/"
SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.bz2"
LICENSE="GPL-3"
SLOT="0/2"
KEYWORDS="~amd64 ~x86"
IUSE="static-libs"
RDEPEND=""
RDEPEND=""
src_configure() {
econf $(use_enable static-libs static)
}
src_install() {
default
prune_libtool_files
}