diff options
author | Chris Larson <clarson@kergoth.com> | 2003-09-26 23:05:36 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-09-26 23:05:36 +0000 |
commit | 9b534d64d081161528d095b7d9e0a7c7110638a4 (patch) | |
tree | 94be058724bd21ffb5a91e575a68bbe1073f3ab5 /content/ipkg-utils-1.0_cvs.oe | |
parent | 101cea0a4667155f1adc3f752e6a0eb239096314 (diff) |
Complete packages repos restructuring.
BKrev: 3f74c640BCc6hOl3cavfpY6bTF5Dzw
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/ -} |