blob: ec617b5f777fb9d039e9fe55fae99b74c7d6056a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
DESCRIPTION="Itsy Package Manager"
LICENSE="GPL"
SRC_URI="cvs://anoncvs:anoncvs@192.58.209.91/cvs;module=familiar/dist/ipkg;tag=V0-99-84"
PROVIDES=virtual/ipkg
DEPENDS=virtual/libc
S="${WORKDIR}/ipkg/C"
inherit base
do_compile () {
(
./autoconfigure.sh && \
base_do_compile $@
) || die "compilation failed."
}
|