Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 202383
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo PDA Herd <pda@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Ben Tyger <hydrian@tygerclan.net>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 202383 depends on: Show dependency tree
Bug 202383 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2007-12-15 13:44 0000
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

WANT_AUTOCONF="latest"
WANT_AUTOMAKE="1.9"
inherit perl-module eutils autotools toolchain-funcs

DESCRIPTION="suite of tools for moving data between a Palm device and a
desktop"
HOMEPAGE="http://www.pilot-link.org/"
SRC_URI="http://pilot-link.org/source/${P}.tar.bz2"

LICENSE="|| ( GPL-2 LGPL-2 )"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
IUSE="threads usb png bluetooth readline perl java tcl python"

RDEPEND="virtual/libc
        sys-libs/ncurses
        usb? ( dev-libs/libusb )
        png? ( media-libs/libpng )
        bluetooth? ( net-wireless/bluez-libs )
        readline? ( sys-libs/readline )
        perl? ( dev-lang/perl )
        java? ( virtual/jre )
        tcl? ( dev-lang/tcl dev-lang/tk )
        python? ( dev-lang/python )
        "
DEPEND="${RDEPEND}
        java? ( virtual/jdk )
        "

src_unpack() {
        unpack ${A}
        cd "${S}"
        eautoconf
        eautomake
}

src_compile() {
        econf \
                --includedir=/usr/include/libpisock \
                --enable-conduits \
                $(use_enable threads) $(use_enable usb libusb) \
                $(use_with png libpng $(libpng-config --prefix)) \
                $(use_with bluetooth bluez) \
                $(use_with readline) $(use_with perl) $(use_with java) \
                $(use_with tcl tcl /usr/$(get_libdir)) \
                $(use_with python) \
                || die "econf failed"
        emake || die "emake failed"

        if use perl ; then
                cd "${S}/bindings/Perl"
                perl-module_src_prep
                perl-module_src_compile
        fi
}

src_install() {
        emake DESTDIR="${D}" install || die "emake install failed"

        dodoc ChangeLog README doc/README* doc/TODO NEWS AUTHORS

        if use perl ; then
                cd "${S}/bindings/Perl"
                perl-module_src_install
        fi
}


Reproducible: Always

------- Comment #1 From Jakub Moc (RETIRED) 2007-12-15 13:52:21 0000 -------
Please don't paste ebuilds inline, plus if you changes something, then attach a
unified diff instead. Thanks.

------- Comment #2 From Wulf Krueger (RETIRED) 2007-12-19 22:33:23 0000 -------
Fixed in CVS.

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug