diff options
Diffstat (limited to 'content/ipkg-0.99.84.oe')
-rw-r--r-- | content/ipkg-0.99.84.oe | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/content/ipkg-0.99.84.oe b/content/ipkg-0.99.84.oe index e69de29bb2..93a1f152c3 100644 --- a/content/ipkg-0.99.84.oe +++ b/content/ipkg-0.99.84.oe @@ -0,0 +1,10 @@ +DESCRIPTION="Itsy Package Manager" +LICENSE="GPL" +SRC_URI="cvs://anoncvs@cvs.handhelds.org/cvs;module=familiar/dist/ipkg;tag=V0-99-84" +PROVIDES=virtual/ipkg + +export CVS_PASSFILE="${FILESDIR}/.cvspass" + +S="${WORKDIR}/${P}" + +inherit base |