diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-09-14 22:01:30 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-09-14 22:01:30 +0000 |
commit | 67555a86cdec908fee2fffe3fb025bb2bc91f544 (patch) | |
tree | adfecc60a11f2a628483ab2e23b34172f3e009a4 /esound | |
parent | b946747e893704ec895463064d269254f8fdd11a (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into home.hrw.one.pl:/home/szczepan/zaurus/oe/packages
2004/09/15 00:01:11+02:00 hrw.one.pl!hrw
opie-taskbar: added "restart" action to init.d script
BKrev: 41476a3a8igWadTykMROfb8P4wZ6GQ
Diffstat (limited to 'esound')
-rw-r--r-- | esound/esound-gpe_20020817.oe | 0 | ||||
-rw-r--r-- | esound/esound-gpe_cvs.oe | 23 |
2 files changed, 0 insertions, 23 deletions
diff --git a/esound/esound-gpe_20020817.oe b/esound/esound-gpe_20020817.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/esound/esound-gpe_20020817.oe diff --git a/esound/esound-gpe_cvs.oe b/esound/esound-gpe_cvs.oe deleted file mode 100644 index 225bfe11d2..0000000000 --- a/esound/esound-gpe_cvs.oe +++ /dev/null @@ -1,23 +0,0 @@ -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 -} |