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 | 6d7c8888cb69e6bc40f72f825d3cb22cb6c3f80b (patch) | |
tree | 14d3598b7d0b48fc036f8289f251a39e0c774a3e /skel.ebuild | |
parent | new bootdisk (diff) | |
download | gentoo-2-6d7c8888cb69e6bc40f72f825d3cb22cb6c3f80b.tar.gz gentoo-2-6d7c8888cb69e6bc40f72f825d3cb22cb6c3f80b.tar.bz2 gentoo-2-6d7c8888cb69e6bc40f72f825d3cb22cb6c3f80b.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 - -} - |