aboutsummaryrefslogtreecommitdiffstats
path: root/nonworking/espgs/espgs_7.07.1rc1.oe
blob: ef6f68f1a1f8878bc7fac4561545e43d31e7c389 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
DEPENDS = 
RDEPENDS = libc6

SRC_URI = ftp://ftp.easysw.com/pub/ghostscript/espgs-${PV}-source.tar.bz2

inherit autotools

do_configure () {
	set -e
	./autogen.sh
	oe_runconf
}