]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/tar/tar/tar-native_1.13.25.oe
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / tar / tar / tar-native_1.13.25.oe
1 SECTION = "base"
2 DESCRIPTION = "This version of GNU tar is only used for compatibility \
3 reasons, where an old ipkg (e.g. ipkg 0.99.84) has to extract and \
4 install *.ipk files created with OpenEmbedded."
5 LICENSE = "GPL"
6 MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
7
8 SRC_URI = "ftp://alpha.gnu.org/gnu/tar/tar-${PV}.tar.gz"
9
10 inherit autotools
11 inherit native
12
13 S = "${WORKDIR}/tar-${PV}"
14
15 OEDEBUG = 2
16
17 do_configure() {
18         oe_runconf
19 }
20
21 do_stage() {
22         install -m 755 src/tar ${STAGING_BINDIR}
23 }
24
25 do_install() {
26         true
27 }