summaryrefslogtreecommitdiff
path: root/nonworking/espgs/espgs_7.07.1rc1.oe
blob: 621ea3a3f630d0e1f0b8d176e00492ff3630983b (plain)
1
2
3
4
5
6
7
8
9
SRC_URI = ftp://ftp.easysw.com/pub/ghostscript/espgs-${PV}-source.tar.bz2

inherit autotools

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