blob: 6c4b8d41d9dd5d01cf362c059ebb30b0c4492961 (
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@cvs.handhelds.org/cvs;module=familiar/dist/ipkg;tag=V0-99-84"
PROVIDES=virtual/ipkg
S="${WORKDIR}/ipkg/C"
inherit base
do_compile () {
(
set -x
./autoconfigure.sh
base_do_compile $@
) || die "compilation failed."
}
|