aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/nonworking/aterm/aterm_0.4.2.bb
blob: 573019b006bf318a50b495cfb1b9511808169c67 (plain)
1
2
3
4
5
6
7
8
9
DEPENDS = x11-cvs xproto-cvs

SRC_URI = ${SOURCEFORGE_MIRROR}/aterm/aterm-${PV}.tar.bz2

inherit autotools

do_configure_prepend () {
	cp autoconf/* .
}