diff options
author | Phil Blundell <philb@gnu.org> | 2008-08-01 19:53:18 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2008-08-01 19:53:18 +0000 |
commit | 46ce2bde311b159bcd01fa3bbf48c0e34d95fa22 (patch) | |
tree | f54f3b2f1e6c4f9ac49e117f5abd48bcdc063e3b /packages/libstroke/libstroke_0.5.1.bb | |
parent | 6402bd6cbaded4993ddac180f53ff9c5eac7309e (diff) |
libstroke: new, patch from jay4mail@gmail.com
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 +} |