diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-04-05 17:22:39 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-04-05 17:22:39 +0000 |
commit | bff98a4061f540f5dfa28ca33c35d18b3563b9f0 (patch) | |
tree | 9f54cf10da9d40be1f28514ca4cef750528012b2 /packages/gperiodic | |
parent | 83ff6d4fdc2a0032535d9336b17e9fb93d0c78ba (diff) |
add gperiodic, a periodic table application based on gtk+(1.2)
Diffstat (limited to 'packages/gperiodic')
-rw-r--r-- | packages/gperiodic/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/gperiodic/gperiodic_1.3.3.bb | 12 |
2 files changed, 12 insertions, 0 deletions
diff --git a/packages/gperiodic/.mtn2git_empty b/packages/gperiodic/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/gperiodic/.mtn2git_empty diff --git a/packages/gperiodic/gperiodic_1.3.3.bb b/packages/gperiodic/gperiodic_1.3.3.bb new file mode 100644 index 0000000000..3202fc2a48 --- /dev/null +++ b/packages/gperiodic/gperiodic_1.3.3.bb @@ -0,0 +1,12 @@ +DESCRIPTION = "GPeriodic is a periodic table application for Linux. \ +It allows you to browse through a periodic table of the elements, \ +and view detailed information on each of the elements. \ +118 elements are currently listed." +LICENSE = "GPL" +HOMEPAGE = "http://gperiodic.seul.org" +SECTION = "x11/apps" +DEPENDS = "gtk+-1.2" + +SRC_URI = "http://gperiodic.seul.org/downloads/gperiodic-${PV}.tar.gz" + +inherit autotools |