Parent Directory
|
Revision Log
Updated to newer version, with also dl.m4 macro file.
| 1 | # Copyright 1999-2005 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: $ |
| 4 | |
| 5 | DESCRIPTION="Macro files for Gentoo/ALT" |
| 6 | HOMEPAGE="http://gentoo-alt.gentoo.org/" |
| 7 | SRC_URI="http://digilander.libero.it/dgp85/gentoo/${P}.tar.bz2" |
| 8 | |
| 9 | LICENSE="as-is" |
| 10 | SLOT="0" |
| 11 | KEYWORDS="~amd64" |
| 12 | IUSE="" |
| 13 | |
| 14 | DEPEND="" |
| 15 | RDEPEND="" |
| 16 | |
| 17 | S="${WORKDIR}/m4s" |
| 18 | |
| 19 | src_compile() { |
| 20 | einfo "Do Nothing" |
| 21 | } |
| 22 | |
| 23 | src_install() { |
| 24 | insinto /usr/share/aclocal |
| 25 | doins ${S}/*.m4 |
| 26 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |