diff options
Diffstat (limited to 'gpe-irc/gpe-irc_0.07.oe')
-rw-r--r-- | gpe-irc/gpe-irc_0.07.oe | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gpe-irc/gpe-irc_0.07.oe b/gpe-irc/gpe-irc_0.07.oe index e69de29bb2..db823f4cce 100644 --- a/gpe-irc/gpe-irc_0.07.oe +++ b/gpe-irc/gpe-irc_0.07.oe @@ -0,0 +1,8 @@ +inherit gpe pkgconfig + +DESCRIPTION = "31337 IRC client." +DEPENDS = "gtk+ libgpewidget" +SECTION = "gpe" +PRIORITY = "optional" + +SRC_URI += "file://fix_makefile.patch;patch=1" |