blob: e4d3897070cac5dc38ef0e7e51280376b3326d88 (
plain)
1
2
3
4
5
6
7
8
|
HOMEPAGE = "http:/ccache.samba.org"
DESCRIPTION = "compiler cache"
DEPENDS = "virtual/libc"
RDEPENDS = "libc6"
SRC_URI := http://ccache.samba.org/ftp/ccache/ccache-2.3.tar.gz
inherit autotools
|