]> Pileus Git - ~andy/sunrise/blob - sys-devel/gmsl/gmsl-1.0.7.ebuild
sunrise/ net-nntp/nzbperl/Manifest: Update copyright line to satisfy repoman
[~andy/sunrise] / sys-devel / gmsl / gmsl-1.0.7.ebuild
1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 DESCRIPTION="GNU Make Standard Library"
6 HOMEPAGE="http://gmsl.sourceforge.net/"
7 SRC_URI="mirror://sourceforge/gmsl/${P}.tar.gz"
8
9 LICENSE="BSD"
10 SLOT="0"
11 KEYWORDS="~amd64 ~x86"
12 IUSE=""
13
14 S="${WORKDIR}"
15
16 src_install() {
17         insinto /usr/include
18         doins __gmsl
19         doins gmsl
20         doins gmsl-tests
21         dodoc README
22 }