diff options
Diffstat (limited to 'content/ipkg-utils-1.0_cvs.oe')
-rw-r--r-- | content/ipkg-utils-1.0_cvs.oe | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/content/ipkg-utils-1.0_cvs.oe b/content/ipkg-utils-1.0_cvs.oe deleted file mode 100644 index f28a6bf3dd..0000000000 --- a/content/ipkg-utils-1.0_cvs.oe +++ /dev/null @@ -1,21 +0,0 @@ -DESCRIPTION="Itsy Package Manager utilities" -DEPENDS="" -SECTION="base" -PRIORITY="optional" -MAINTAINER="Chris Larson <kergoth@handhelds.org>" -LICENSE="GPL" -#DEPENDS=virtual/libc - -SRC_URI:="cvs://anoncvs:anoncvs@192.58.209.91/cvs;module=ipkg-utils" -S:="${WORKDIR}/${PN}" - -inherit autotools - -do_stage() { - cp ipkg* ${STAGING_BINDIR}/ -} - -do_install() { - install -d ${D}/usr/bin - cp ipkg* ${D}/usr/bin/ -} |