# Copyright 2011 Lamarque V. Souza # Distributed under the terms of the GNU General Public License v2 EAPI="2" DESCRIPTION="Collection of utilities to setup packaging and build environment for MeeGo development." HOMEPAGE="http://packages.debian.org/sid/meego-packaging-tools" SRC_URI="http://ftp.de.debian.org/debian/pool/main/m/meego-packaging-tools/${PN}_${PV}.orig.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="dev-lang/python" RDEPEND="${DEPEND}" src_install() { cd packaging-tools-${PV} dobin bin/* || die "installing executables failed" dodoc AUTHORS COPYING docinto examples dodoc examples/* }