summaryrefslogtreecommitdiff
blob: a74e65b71606b1768bb91a346de0d3becc8e8108 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-print/poster/poster-0.1.ebuild,v 1.2 2004/03/02 13:49:49 lanius Exp $

DESCRIPTION="small utility for making a poster from an EPS file or a one-page PS document"
SRC_URI="http://www.geocities.com/SiliconValley/5682/poster.tgz"
HOMEPAGE="http://www.geocities.com/SiliconValley/5682/poster.html"

LICENSE="poster"
KEYWORDS="x86 ~amd64"
SLOT="0"

append-flags -lm

P=${PN}

src_compile(){
	tar xzf ${PN}.tar.gz
	gcc ${CFLAGS} -o poster poster.c
}

src_install() {
	dobin ${PN}
	doman ${PN}.1
}