/[gentoo-x86]/app-misc/reptyr/reptyr-0.3.ebuild
Gentoo

Contents of /app-misc/reptyr/reptyr-0.3.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.4 - (hide annotations) (download)
Mon Jul 23 16:11:34 2012 UTC (10 months ago) by steev
Branch: MAIN
Changes since 1.3: +3 -3 lines
Add ~arm keyword.  Tested on a Genesi EfikaMX (armv7) and a CompuLab Trimslice (also armv7)

(Portage version: 2.1.11.9/cvs/Linux x86_64)

1 steev 1.4 # Copyright 1999-2012 Gentoo Foundation
2 radhermit 1.1 # Distributed under the terms of the GNU General Public License v2
3 steev 1.4 # $Header: /var/cvsroot/gentoo-x86/app-misc/reptyr/reptyr-0.3.ebuild,v 1.3 2011/07/17 09:54:30 jlec Exp $
4 radhermit 1.1
5     EAPI=4
6    
7     inherit toolchain-funcs flag-o-matic
8    
9     DESCRIPTION="A utility to attach a running program to a new terminal"
10     HOMEPAGE="https://github.com/nelhage/reptyr"
11     SRC_URI="https://github.com/nelhage/${PN}/tarball/${P} -> ${P}.tar.gz"
12    
13     LICENSE="MIT"
14     SLOT="0"
15 steev 1.4 KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
16 radhermit 1.1 IUSE=""
17    
18     src_unpack() {
19     unpack ${A}
20     mv *-${PN}-* "${S}"
21     }
22    
23     src_compile() {
24 radhermit 1.2 append-cflags -D_GNU_SOURCE
25 radhermit 1.1 emake CC=$(tc-getCC) CFLAGS="${CFLAGS}"
26     }
27    
28     src_install() {
29 jlec 1.3 emake DESTDIR="${D}" PREFIX="${EPREFIX}"/usr install
30 radhermit 1.1 dodoc ChangeLog NOTES README
31     }

  ViewVC Help
Powered by ViewVC 1.1.13