diff options
author | Phil Blundell <philb@gnu.org> | 2004-06-04 08:50:13 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-06-04 08:50:13 +0000 |
commit | a4c7c3294810c79b8cac351d54178ca9dc20c2ed (patch) | |
tree | d3bd2a647a87f0e5bfd1ff5284f78ed3139bfd04 | |
parent | eda7703e66235b1420e4fa5a8a4f1d3ac56e9d3f (diff) |
remove yacc from DEPENDS, use GPE_MIRROR, add Florian as MAINTAINER
BKrev: 40c037c5D6r_5RsNtlG0g33z_iC8SQ
-rw-r--r-- | gpe-wlancfg/gpe-wlancfg_0.2.6.oe | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gpe-wlancfg/gpe-wlancfg_0.2.6.oe b/gpe-wlancfg/gpe-wlancfg_0.2.6.oe index e69de29bb2..05c7b3e417 100644 --- a/gpe-wlancfg/gpe-wlancfg_0.2.6.oe +++ b/gpe-wlancfg/gpe-wlancfg_0.2.6.oe @@ -0,0 +1,11 @@ +inherit gpe pkgconfig + +DEPENDS = "libgpewidget flex" +SECTION = "gpe" +MAINTAINER = "Florian Boor <florian.boor@kernelconcepts.de>" + +DESCRIPTION = "GPE wireless LAN configuration tool" +export CVSBUILD = no + +SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.gz \ + file://${FILESDIR}/gpe-wlancfg-makefile.patch;patch=1;pnum=0" |