summaryrefslogtreecommitdiff
path: root/package/irda-utils
AgeCommit message (Collapse)Author
2011-09-29package: remove useless arguments from GENTARGETSThomas Petazzoni
Thanks to the pkgparentdir and pkgname functions, we can rewrite the GENTARGETS macro in a way that avoids the need for each package to repeat its name and the directory in which it is present. [Peter: pkgdir->pkgparentdir] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-01-14irda-utils: new package for IrDA devicesMike Frysinger
[Peter: Small tweaks, add patch descriptions] Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-11-24package: remove disabled/broken irda-utils packagePeter Korsgaard
No updates since it got marked as broken back in January, so lets get rid of it. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-01-26irda-utils: totally broken packages should depend on BROKEN, not DEPRECATEDPeter Korsgaard
Or we should simply delete the dir.
2009-01-26Deprecate irda-utils, makefile totally brokenUlf Samuelsson
2009-01-11Remove irda.mk from build, since it is totally brokenUlf Samuelsson
2008-12-08package/: get rid of unneeded $(strip ..)Peter Korsgaard
2008-08-04buildroot: remove trailing spacesPeter Korsgaard
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done
2008-07-17Kconfig: remove 'default n'Peter Korsgaard
'default n' is the default, so there's no need to say it explicitly.
2007-09-05Add irda-utils package, Courtesy of Benjamin TietzUlf Samuelsson