X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=app-mobilephone%2Fopenmoko-dfu-util%2Fopenmoko-dfu-util-9999.ebuild;h=77fbd499a4d0bb56d8e4c0b77f5c4fd0d6611b95;hb=364d3a957d71f38d863105f68cfb48842e66c0c7;hp=77f3bdbedf2f1dc97daac1881d2dd78073a3a39c;hpb=4999772d17b1fc97abf2b209a6ffe7879e8a13c1;p=~andy%2Fsunrise diff --git a/app-mobilephone/openmoko-dfu-util/openmoko-dfu-util-9999.ebuild b/app-mobilephone/openmoko-dfu-util/openmoko-dfu-util-9999.ebuild index 77f3bdbed..77fbd499a 100644 --- a/app-mobilephone/openmoko-dfu-util/openmoko-dfu-util-9999.ebuild +++ b/app-mobilephone/openmoko-dfu-util/openmoko-dfu-util-9999.ebuild @@ -10,18 +10,17 @@ ESVN_REPO_URI="http://svn.openmoko.org/trunk/src/host/dfu-util/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="" IUSE="" DEPEND="dev-libs/libusb" RDEPEND="${DEPEND}" -src_compile() { - eautoreconf || die "eautoreconf failed" - econf prefix=/usr || die "Configure failed" - emake || die "Make failed" +src_unpack() { + subversion_src_unpack + eautoreconf } src_install() { - emake DESTDIR="${D}" install || die "Make install failed" + emake DESTDIR="${D}" install || die "emake install failed" }