mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
@@ -1 +0,0 @@
|
||||
DIST hxtools-20110721.tar.xz 270020 SHA256 5f5642c75f94b207fa32088bdf73429a6b447af2a81b139d977435fbb2c32eed SHA512 e3dcd6b1add6824ee38ed140a6c422315afc7cec5ebd352c684c506ef25638885393b2dff3582c317862a6ae8de97105abf95b3fc16832d3247f93b2c7283c26 WHIRLPOOL 0c36c7b3c618ef3c51a0dec926536f2a8d07259108f99dde265a4032b802331b4f98f1682d184ea68cb38c127157b72dbdf5df06c2967352dd1488c1f8a6e250
|
||||
@@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>mattst88@gentoo.org</email>
|
||||
<name>Matt Turner</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
@@ -1,36 +0,0 @@
|
||||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=4
|
||||
|
||||
inherit toolchain-funcs
|
||||
|
||||
DESCRIPTION="Open file lister (replaces fuser and lsof -m)"
|
||||
HOMEPAGE="http://jengelh.medozas.de/projects/hxtools/"
|
||||
SRC_URI="http://jftp.medozas.de/hxtools/hxtools-${PV}.tar.xz"
|
||||
|
||||
LICENSE="public-domain"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=">=sys-libs/libhx-3.4"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
S="${WORKDIR}"/hxtools-${PV}
|
||||
|
||||
src_configure() {
|
||||
# We're just building a single utility. Don't bother
|
||||
# with the build system.
|
||||
:
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
CC=$(tc-getCC) CFLAGS=${CFLAGS} LDLIBS="-lHX" \
|
||||
emake V=1 -C sadmin ofl
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin sadmin/ofl
|
||||
doman doc/ofl.1
|
||||
}
|
||||
Reference in New Issue
Block a user