Lines 2-7
Link Here
|
2 |
# Distributed under the terms of the GNU General Public License v2 |
2 |
# Distributed under the terms of the GNU General Public License v2 |
3 |
# $Header: /var/cvsroot/gentoo-x86/app-arch/upx-bin/upx-bin-3.07.ebuild,v 1.1 2011/01/06 03:21:52 vapier Exp $ |
3 |
# $Header: /var/cvsroot/gentoo-x86/app-arch/upx-bin/upx-bin-3.07.ebuild,v 1.1 2011/01/06 03:21:52 vapier Exp $ |
4 |
|
4 |
|
|
|
5 |
inherit pax-utils |
6 |
|
5 |
MY_P="${PN/-bin}-${PV}" |
7 |
MY_P="${PN/-bin}-${PV}" |
6 |
DESCRIPTION="Ultimate Packer for eXecutables (binary version with proprietary NRV compression)" |
8 |
DESCRIPTION="Ultimate Packer for eXecutables (binary version with proprietary NRV compression)" |
7 |
HOMEPAGE="http://upx.sourceforge.net/" |
9 |
HOMEPAGE="http://upx.sourceforge.net/" |
Lines 25-30
Link Here
|
25 |
cd ${MY_P}* |
27 |
cd ${MY_P}* |
26 |
into /opt |
28 |
into /opt |
27 |
dobin upx || die |
29 |
dobin upx || die |
|
|
30 |
pax-mark -m "${D}"/opt/bin/upx |
28 |
doman upx.1 || die |
31 |
doman upx.1 || die |
29 |
dodoc upx.doc BUGS NEWS README* THANKS TODO |
32 |
dodoc upx.doc BUGS NEWS README* THANKS TODO |
30 |
dohtml upx.html || die |
33 |
dohtml upx.html || die |