diff options
author | Philippe De Swert <philippedeswert@scarlet.be> | 2007-02-09 23:07:38 +0000 |
---|---|---|
committer | Philippe De Swert <philippedeswert@scarlet.be> | 2007-02-09 23:07:38 +0000 |
commit | 3d0c73f3fe749e7e4887fae3d7e991b5b8a78494 (patch) | |
tree | 552f4b597ff1f44a8bd34510221a394b5fd666aa /packages/libgpeplugin/libgpeplugin_svn.bb | |
parent | 3a36bfdd84850f028bf4f8985007d8e4e721b587 (diff) |
packages/libgpelaunch/libgpelaunch_svn.bb
* added svn build for libgpelaunch
packages/libgpepimc/libgpepimc_svn.bb
* added svn build for libgpepimc
packages/libgpeplugin/libgpeplugin_svn.bb
* added svn build fot libgpeplugin
packages/libgtkinput/libgtkinput_svn.bb
* added svn build for libgtkinput
packages/libgtkstylus/libgtkstylus_svn.bb
* added svn build for libgtkstylus
packages/libschedule/libschedule_svn.bb
* added svn build for libschedule
packages/libtododb/libtododb_svn.bb
* added svn build for libtododb
packages/libxsettings/libxsettings_svn.bb
packages/libxsettings/files
packages/libxsettings/files/libxsettings-svn-makefile-fix.patch
packages/libxsettings/files/Makefile.translation
packages/libxsettings/files/Makefile.dpkg_ipkg
* added svn build for libxsettings (with patch and needed extra files)
packages/libgpevtype/libgpevtype_svn.bb
* added svn build for libgpevtype
packages/gpe-mini-browser/gpe-mini-browser_svn.bb
* bumped ${PV} from 0.19+... to 0.20+... as 0.20 has been released
conf/bitbake.conf
* added GPE_SVN_EXTRA entry to have a shorthand for all packages that are in
the extra part of the GPE svn repo
Diffstat (limited to 'packages/libgpeplugin/libgpeplugin_svn.bb')
-rw-r--r-- | packages/libgpeplugin/libgpeplugin_svn.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/packages/libgpeplugin/libgpeplugin_svn.bb b/packages/libgpeplugin/libgpeplugin_svn.bb new file mode 100644 index 0000000000..398941c1c4 --- /dev/null +++ b/packages/libgpeplugin/libgpeplugin_svn.bb @@ -0,0 +1,22 @@ +DESCRIPTION = "Plugin system for GPE applications" +AUTHOR = "Luce DeCicco <ldecicco@gmail.com>" +MAINTAINER = "Philippe De Swert <philippedeswert@scarlet.be>" + +DEPENDS = "gtk+ libgpewidget" +PV = "0.0+svn${SRCDATE}" +PR = "r0" + +#put examples in a seperate package +PACKAGES += "${PN}-examples" +FILES_${PN}-examples = "${bindir}/* ${libexecdir}/*" +FILES_${PN} = "${libdir}/*.so.*" + + +SRC_URI = "svn://projects.linuxtogo.org/svn/gpe/trunk/base;module=${PN}" +S = "${WORKDIR}/${PN}" + +inherit autotools pkgconfig + +do_stage() { +autotools_stage_all +} |