blob: d2d698b02ddb7714372fc3f2050c904c3070fe27 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# Copyright 2003 DmD Ljungmark ( spider@gentoo.org )
# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdrw-base/cdrw-base-0.2.ebuild,v 1.2 2003/11/09 18:58:21 spider Exp $
DESCRIPTION="Configuraiton files to make cdrecording simpler"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ~ppc ~sparc ~alpha ~hppa ~amd64"
IUSE=""
DEPEND="sys-fs/devfsd"
S=${WORKDIR}/${P}
src_compile () {
echo ""
}
src_install() {
insinto /etc/devfs.d ; newins ${FILESDIR}/devfs-${PV} cdrw
insinto /etc/modules.d ; newins ${FILESDIR}/modules-${PV} cdrw
}
|