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/dev-libs/stlsoft/stlsoft-1.9.111.ebuild

23 lines
427 B

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=4
DESCRIPTION="Robust, Lightweight, Cross-platform, Template Software"
HOMEPAGE="http://www.stlsoft.org/"
SRC_URI="mirror://sourceforge/stlsoft/${P}-hdrs.zip"
LICENSE="BSD"
SLOT="1.9"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="app-arch/unzip"
RDEPEND=""
src_install() {
default
insinto /usr
doins -r include/
}