Parent Directory
|
Revision Log
Install into /opt instead of /usr because it's a binary only application and restrict stripping for same reason wrt #216149. (Portage version: 2.1.4.4)
| 1 | # Copyright 1999-2008 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/app-cdr/poweriso/poweriso-1.2.ebuild,v 1.1 2008/01/30 23:19:00 jurek Exp $ |
| 4 | |
| 5 | inherit eutils |
| 6 | |
| 7 | DESCRIPTION="Utility to extract, list and convert PowerISO DAA image files" |
| 8 | HOMEPAGE="http://www.poweriso.com/" |
| 9 | SRC_URI="http://www.${PN}.com/${P}.tar.gz" |
| 10 | |
| 11 | LICENSE="public-domain" |
| 12 | SLOT="0" |
| 13 | KEYWORDS="~amd64 ~x86" |
| 14 | DEPEND="" |
| 15 | RDEPEND="${DEPEND}" |
| 16 | |
| 17 | S=${WORKDIR} |
| 18 | |
| 19 | src_install() |
| 20 | { |
| 21 | dobin poweriso |
| 22 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |