]> Pileus Git - ~andy/sunrise/blobdiff - app-mobilephone/openmoko-dfu-util/openmoko-dfu-util-9999.ebuild
app-mobilephone/openmoko-dfu-util: Drop keywords as it's a live ebuild and move eauto...
[~andy/sunrise] / app-mobilephone / openmoko-dfu-util / openmoko-dfu-util-9999.ebuild
index 77f3bdbedf2f1dc97daac1881d2dd78073a3a39c..77fbd499a4d0bb56d8e4c0b77f5c4fd0d6611b95 100644 (file)
@@ -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"
 }