diff options
author | Matthias Hentges <oe@hentges.net> | 2004-10-16 00:08:49 +0000 |
---|---|---|
committer | Matthias Hentges <oe@hentges.net> | 2004-10-16 00:08:49 +0000 |
commit | fe162b66adf2f5ed6f3c9333f12f054415451213 (patch) | |
tree | d48dc8d3ba6a41d4dcc184a740155dd932bc7605 /opie-libqrsync | |
parent | de3232405894343922af2791c674de2107f91109 (diff) |
Merge
2004/10/16 01:56:46+02:00 handhelds.org!CoreDump
Prepares the coming split of opie-18n packages into seperate files
BKrev: 4170669185jcgmO-qEF7FAi9W2xNJg
Diffstat (limited to 'opie-libqrsync')
-rw-r--r-- | opie-libqrsync/opie-libqrsync_1.1.6.oe | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/opie-libqrsync/opie-libqrsync_1.1.6.oe b/opie-libqrsync/opie-libqrsync_1.1.6.oe index e69de29bb2..3ffea23aec 100644 --- a/opie-libqrsync/opie-libqrsync_1.1.6.oe +++ b/opie-libqrsync/opie-libqrsync_1.1.6.oe @@ -0,0 +1,18 @@ +DESCRIPTION = "Qt wrapper for librsync" +SECTION = "opie/base" +PRIORITY = "optional" +MAINTAINER = "Team Opie <opie@handhelds.org>" +LICENSE = "GPL" + +CVSDATE = "20041015" + +TAG = "${@'v' + oe.data.getVar('PV',d,1).replace('.', '_')}" +SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;tag=${TAG};module=opie/rsync" +S = "${WORKDIR}/rsync" + +inherit opie + +do_stage() { + oe_libinstall -a libqrsync ${STAGING_LIBDIR}/ + install -m 0644 qrsync.h ${STAGING_INCDIR}/ +} |