add tux3progs
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@1215 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
34
sys-fs/tux3progs/tux3progs-9999.ebuild
Normal file
34
sys-fs/tux3progs/tux3progs-9999.ebuild
Normal file
@@ -0,0 +1,34 @@
|
||||
# Copyright 1999-2009 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI="2"
|
||||
|
||||
inherit flag-o-matic eutils mercurial
|
||||
|
||||
DESCRIPTION="Standard tux3 filesystem utilities"
|
||||
HOMEPAGE="http://tux3.org/"
|
||||
EHG_REPO_URI="http://hg.tux3.org/tux3/"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND=""
|
||||
|
||||
S="${WORKDIR}/tux3/user"
|
||||
|
||||
src_prepare() {
|
||||
epatch "${FILESDIR}"/tux3-dist-packager-1.patch
|
||||
epatch "${FILESDIR}"/tux3-gcc44-1.patch
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
emake -j1 CC="$(tc-getCC)" UCLFAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" || die "build failed"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DISTDIR="${D}" SBINDIR="/usr/sbin" LIBEXECDIR="/usr/libexec/tux3" install || die "install failed"
|
||||
}
|
||||
Reference in New Issue
Block a user