mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-20 15:24:26 +01:00
19 lines
505 B
Bash
19 lines
505 B
Bash
# Copyright 1999-2006 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"
|
|
KEYWORDS="x86"
|
|
IUSE=""
|
|
|
|
src_compile() {
|
|
einfo "Nothing to compile"
|
|
}
|
|
|
|
src_install() {
|
|
dolib lib/*
|
|
dosbin sbin/*
|
|
}
|