pentoo-overlay/sys-fs/linux-live/linux-live-1.0.ebuild

21 lines
515 B
Bash

# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/unionfs/unionfs-1.3.ebuild,v 1.3 2006/10/22 18:05:00 swegener Exp $
DESCRIPTION="Some functions like tgz2mo, mo2dir, dir2mo, etc."
HOMEPAGE="http://www.linux-live.org"
SRC_URI="http://www.pentoo.ch/distfiles/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"
IUSE=""
src_compile() {
einfo "Nothing to compile"
}
src_install() {
dolib lib/*
dosbin sbin/*
}