diff options
Diffstat (limited to 'packages/libstroke/libstroke_0.5.1.bb')
-rw-r--r-- | packages/libstroke/libstroke_0.5.1.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/packages/libstroke/libstroke_0.5.1.bb b/packages/libstroke/libstroke_0.5.1.bb new file mode 100644 index 0000000000..2b1b6e7275 --- /dev/null +++ b/packages/libstroke/libstroke_0.5.1.bb @@ -0,0 +1,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 +} |