Move to root
This commit is contained in:
26
app-arch/rpm5offset/rpm5offset-9.0-r2.ebuild
Normal file
26
app-arch/rpm5offset/rpm5offset-9.0-r2.ebuild
Normal file
@@ -0,0 +1,26 @@
|
||||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
inherit toolchain-funcs
|
||||
|
||||
DESCRIPTION="Find how deeply inside an .RPM the real data is"
|
||||
HOMEPAGE="http://www.slackware.com/config/packages.php"
|
||||
SRC_URI=""
|
||||
|
||||
LICENSE="as-is"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
|
||||
IUSE="userland_GNU"
|
||||
|
||||
RDEPEND="app-arch/cpio
|
||||
|| ( app-arch/lzma-utils app-arch/xz-utils )"
|
||||
DEPEND="${DEPEND}"
|
||||
|
||||
src_compile() {
|
||||
"$(tc-getCC)" ${CFLAGS} ${LDFLAGS} ${FILESDIR}/rpmoffset.c -o rpm5offset || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin rpm5offset || die
|
||||
}
|
||||
Reference in New Issue
Block a user