diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-09-14 22:09:58 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-09-14 22:09:58 +0000 |
commit | 1e7e68bfa2b6e51ca171d94fc9771d87ce848bf4 (patch) | |
tree | 582337e23e9ac9f4f81c4feae4029b8f7666d00a /esound | |
parent | 67555a86cdec908fee2fffe3fb025bb2bc91f544 (diff) |
esound-gpe: make it fixed to date of it's last change
BKrev: 41476c36ox8rXf0wXyG0gdKeVwTYEA
Diffstat (limited to 'esound')
-rw-r--r-- | esound/esound-gpe_20020817.oe | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/esound/esound-gpe_20020817.oe b/esound/esound-gpe_20020817.oe index e69de29bb2..65a63c2fb8 100644 --- a/esound/esound-gpe_20020817.oe +++ b/esound/esound-gpe_20020817.oe @@ -0,0 +1,24 @@ +CVSDATE = "${PV}" +SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=gpe/base/esound \ + file://audiofile-please.patch;patch=1 \ + file://configure.patch;patch=1" +S = "${WORKDIR}/esound" +DEPENDS = "audiofile" +PR = "r1" + +PACKAGES =+ "esddsp esd esd-utils" + +FILES_esddsp = "${bindir}/esddsp ${libdir}/libesddsp.so.*" +FILES_esd = "${bindir}/esd" +FILES_esd-utils = "${bindir}" + +inherit autotools libtool pkgconfig + +SOV = "0.2.28" + +do_stage () { + install -m 0644 esd.h ${STAGING_INCDIR}/esd.h + oe_soinstall .libs/libesd.so.${SOV} ${STAGING_LIBDIR} + install -m 0644 .libs/libesd.lai ${STAGING_LIBDIR}/libesd.la + install -m 0644 esd.m4 ${STAGING_DATADIR}/aclocal +} |