diff options
author | Phil Blundell <philb@gnu.org> | 2004-11-24 10:31:19 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-11-24 10:31:19 +0000 |
commit | 1044b2d0948183ed4e3555f000115e4505206b0b (patch) | |
tree | 5e7cff21924e5493821f6368a0f92628cb41473c /gpe-irc | |
parent | dd4fab6f6c8d0d8a495d1b45765554a0a6c19807 (diff) |
apply SRC_URI cleanup patch from Andrew Zabolotny
BKrev: 41a462f7WlfRkLWnTGr3mHzWUfTovg
Diffstat (limited to 'gpe-irc')
-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" |