summaryrefslogtreecommitdiff
path: root/ipkg/ipkg_0.99.118.oe
blob: 12c70ac6ea6c70cbe1af7e6e7049f996651385ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
DESCRIPTION = "Itsy Package Manager"
LICENSE = "GPL"
PROVIDES = "virtual/ipkg"
DEPENDS = "virtual/libc"

SRC_URI = "cvs://anoncvs:anoncvs@192.58.209.91/cvs;module=familiar/dist/ipkg;tag=${@'V' + string.replace(oe.data.getVar('PV',d,1), '.', '-')}"
S = "${WORKDIR}/ipkg/C"

inherit autotools libtool

do_configure_prepend () {
	./autoconfigure.sh
}