sys-fs/tux3progs: initial checkin
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@1216 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
@@ -10,12 +10,12 @@ DESCRIPTION="Standard tux3 filesystem utilities"
|
||||
HOMEPAGE="http://tux3.org/"
|
||||
EHG_REPO_URI="http://hg.tux3.org/tux3/"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=""
|
||||
RDEPEND="sys-fs/fuse"
|
||||
DEPEND=""
|
||||
|
||||
S="${WORKDIR}/tux3/user"
|
||||
@@ -26,6 +26,7 @@ src_prepare() {
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
filter-flags -Os -O3 -O2 -O
|
||||
emake -j1 CC="$(tc-getCC)" UCLFAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" || die "build failed"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user