On 14 March 2008 13:00:09 Flocchini wrote:
> Can someone make a svn ebuild for fprint projects? wschlich-testing overlay
> has only "stable" versions (i.e.libfprint-0.0.5)  and doesn't allow to test
> the latest svn features
>
> thanks
> _______________________________________________
> fprint mailing list
> [email protected]
> http://lists.reactivated.net/mailman/listinfo/fprint

I've already send them to maillist :) Here they're again ;)

# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit git eutils autotools

EGIT_REPO_URI="git://projects.reactivated.net/~dsd/libfprint.git"
EGIT_BRANCH="libusb-1.0"
EGIT_TREE="libusb-1.0"


DESCRIPTION="libfprint"
HOMEPAGE="http://www.reactivated.net/fprint/wiki/Libfprint";
SRC_URI=""

LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~x86 ~amd64"

DEPEND="media-gfx/imagemagick
        =dev-libs/libusb-1.0.9999"

src_unpack() {
        git_src_unpack
        cd ${S}
        
        eautoreconf
#       epatch "${FILESDIR}/0001-Added-function-to-update-storage-path.patch"
#       epatch 
"${FILESDIR}/0001-Fixed-fp_identify_finger_img-didn-t-return-result-of.patch"
}

src_compile() {
        econf || die "econf died"
        emake || die "emake died"
}

src_install() {
        emake DESTDIR="${D}" install
}
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit git eutils autotools

EGIT_REPO_URI="git://projects.reactivated.net/~dsd/libusb.git"

DESCRIPTION="libusb-1.0"
HOMEPAGE="http://libusb.wiki.sourceforge.net/Libusb1.0";
SRC_URI=""

LICENSE="LGPL-2"
SLOT="1"
KEYWORDS="~x86 ~amd64"
IUSE=""

DEPEND="sys-devel/libtool"

src_unpack() {
        git_src_unpack
        cd ${S}
        eautoreconf
}

src_compile() {
        econf || die "econf died"
        emake || die "emake died"
}

src_install() {
        emake DESTDIR="${D}" install
}
_______________________________________________
fprint mailing list
[email protected]
http://lists.reactivated.net/mailman/listinfo/fprint

Reply via email to