diff options
author | Matthias Hentges <oe@hentges.net> | 2005-07-21 20:19:17 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-21 20:19:17 +0000 |
commit | 0f1d1982b7905f3dae21837a7a2ecf0448991d72 (patch) | |
tree | 490c44cf0cf5fb0a73eb4b060d2b1b405c13c4ce /packages/lineak/lineak_0.8.3.bb | |
parent | 5c8f0ac921d317857f53af063b6158fe450e3977 (diff) | |
parent | e40c5b40e67325fd054d160367f0d52c4bfc91b9 (diff) |
merge of 92eb0d6f08f5ac3bdb8b69280bd69145bd2b42ab
and f4954b87346baa782592647d49aced9350906ce0
Diffstat (limited to 'packages/lineak/lineak_0.8.3.bb')
-rw-r--r-- | packages/lineak/lineak_0.8.3.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/packages/lineak/lineak_0.8.3.bb b/packages/lineak/lineak_0.8.3.bb new file mode 100644 index 0000000000..7b04db572d --- /dev/null +++ b/packages/lineak/lineak_0.8.3.bb @@ -0,0 +1,22 @@ +DESCRIPTION = "lineakd" +SECTION = "gpe/multimedia" +HOMEPAGE = "http://lineak.sourceforge.net" +LICENSE = "GPLv2" +MAINTAINER = "Justin Patrin <papercrane@reversefold.com>" +DEPENDS = "x11 xext" +PR = "r0" + +SRC_URI = "${SOURCEFORGE_MIRROR}/lineak/lineakd-${PV}.tar.gz \ + file://add-zaurus-remote-support.patch;patch=1" + +inherit autotools + +do_install () { + oe_runmake 'mandir=${D}/usr/share/man' 'pkglibdir=${D}/usr/lib' 'sysconfdir=${D}/etc' 'DESTDIR=${D}' install +} + +PACKAGES += "${PN}-lib" + +FILES_${PN}-lib += " \ + ${libdir}/liblineak*" + |