On Tue, Sep 29, 2015 at 01:04:22AM +0200, Sandro Knauß wrote: > Moin, > > > * Add dependency to gnupg|gnupg2 as suggest > > * Add option: opts="pgpmode=self" (there is a place holder now.) > > * Check availability of /usr/bin/gpg or /usr/bin/gpg2 if pgpmode=self > > * match pattern to look for libkolabxml-([\d.]+)\.tar\.(?:gz|xz)\.gpg > > in http://mirror.kolabsys.com/pub/releases/ > > * download the latest libkolabxml-1.1.1.tar.gz.gpg if it is now. > > * run the following to see if authentic and get the tarball > > F=libkolabxml-1.1.1.tar.gz && gpg -o ${F%.gpg} --decrypt $F > > * Ensure to find generated file ${F%.gpg} (or ${F%.asc} ...) and > > run mk-origtargz to get libkolabxml_1.1.1.orog.tar.gz from it. > > > > Is this what you wish? If so this is very simple and will be added to > > a multitar branch commit in near future. > > sounds like that what I had in mind.
It is already committed. Please checkout from git repo. Osamu