aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libstroke/libstroke_0.5.1.bb
blob: 2b1b6e72758a65b67b7299a57b823257b80be843 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
DESCRIPTION = "LibStroke - a stroke translation library"
LICENSE = "GPL"
SECTION = "x11"
PRIORITY = "optional"
#DEPENDS = "virtual/libx11 libxau libxdmcp"
DEPENDS = "virtual/libx11"

SRC_URI = "http://www.etla.net/libstroke/${P}.tar.gz \
	file://configure.in.patch;patch=1 \
	file://libstroke-Makefile.am.patch;patch=1 \
	file://tests-Makefile.am.patch;patch=1 \
	"
#	file://Makefile.am.patch;patch=1 \
#	file://libgstroke-Makefile.am.patch;patch=1 \

inherit autotools pkgconfig

do_stage () {
	autotools_stage_all
}