diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2000-11-15 07:03:32 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2000-11-15 07:03:32 +0000 |
commit | 148f1ec850c19366555367661bd472e76725526d (patch) | |
tree | e37968a2a4d9b68c15d777d3cfa4600b2dd0507d /skel.ebuild | |
parent | new bootdisk (diff) | |
download | historical-148f1ec850c19366555367661bd472e76725526d.tar.gz historical-148f1ec850c19366555367661bd472e76725526d.tar.bz2 historical-148f1ec850c19366555367661bd472e76725526d.zip |
little things
Diffstat (limited to 'skel.ebuild')
-rw-r--r-- | skel.ebuild | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/skel.ebuild b/skel.ebuild deleted file mode 100644 index 537cf0f429da..000000000000 --- a/skel.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Your Name <your email> -# $Header$ - -#P= -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="" -SRC_URI="ftp://" -HOMEPAGE="http://" - - -src_compile() { - - cd ${S} - try ./configure --prefix=/usr --host=${CHOST} - try make - -} - -src_install () { - - cd ${S} - try make DESTDIR=${D} install - -} - |