diff options
author | Hanno Böck <hanno@gentoo.org> | 2008-05-26 21:04:19 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2008-05-26 21:04:19 +0000 |
commit | eb10c8c5bf1ea8466c4d151446bf8cff2acc40e2 (patch) | |
tree | e68c313ce35bbdd49054d712c329e6347d2c01f9 /app-misc/sdricoh_cs/sdricoh_cs-0.1.3_p20080525.ebuild | |
parent | New version for GNOME-2.22.2. Bug fixes and translation updates. Cleaning up ... (diff) | |
download | gentoo-2-eb10c8c5bf1ea8466c4d151446bf8cff2acc40e2.tar.gz gentoo-2-eb10c8c5bf1ea8466c4d151446bf8cff2acc40e2.tar.bz2 gentoo-2-eb10c8c5bf1ea8466c4d151446bf8cff2acc40e2.zip |
sdricoh_cs new snapshot
(Portage version: 2.1.5.2)
Diffstat (limited to 'app-misc/sdricoh_cs/sdricoh_cs-0.1.3_p20080525.ebuild')
-rw-r--r-- | app-misc/sdricoh_cs/sdricoh_cs-0.1.3_p20080525.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/app-misc/sdricoh_cs/sdricoh_cs-0.1.3_p20080525.ebuild b/app-misc/sdricoh_cs/sdricoh_cs-0.1.3_p20080525.ebuild new file mode 100644 index 000000000000..ea36594c4cef --- /dev/null +++ b/app-misc/sdricoh_cs/sdricoh_cs-0.1.3_p20080525.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/sdricoh_cs/sdricoh_cs-0.1.3_p20080525.ebuild,v 1.1 2008/05/26 21:04:18 hanno Exp $ + +inherit linux-mod + +DESCRIPTION="Driver for Ricoh Bay1Controller found in some laptops" +HOMEPAGE="http://sdricohcs.sourceforge.net" +SRC_URI="mirror://gentoo/${P/0.1.3_p/}.tar.bz2" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +S="${WORKDIR}/${PN}" + +BUILD_TARGETS="default" +CONFIG_CHECK="MMC_BLOCK" +MODULE_NAMES="sdricoh_cs(mmc:)" +ERROR_MMC_BLOCK="${P} requires MMC block device support (CONFIG_MMC_BLOCK)." +MODULESD_SDRICOH_CS_DOCS="ChangeLog README" |