summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-02-15 18:17:32 +0000
committerAchim Gottinger <achim@gentoo.org>2001-02-15 18:17:32 +0000
commit2d84e100fdf6b48efc6114d290a1cc500a2036f9 (patch)
treee6c6d74db39f16bc7ad7ce2d22f81c1b91150e45 /skel.build
parent*** empty log message *** (diff)
downloadgentoo-2-2d84e100fdf6b48efc6114d290a1cc500a2036f9.tar.gz
gentoo-2-2d84e100fdf6b48efc6114d290a1cc500a2036f9.tar.bz2
gentoo-2-2d84e100fdf6b48efc6114d290a1cc500a2036f9.zip
*** empty log message ***
Diffstat (limited to 'skel.build')
-rw-r--r--skel.build5
1 files changed, 2 insertions, 3 deletions
diff --git a/skel.build b/skel.build
index 4af9b6a7ca85..ff634e9551b7 100644
--- a/skel.build
+++ b/skel.build
@@ -1,7 +1,7 @@
# 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: /var/cvsroot/gentoo-x86/skel.build,v 1.1 2000/11/15 07:03:32 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/skel.build,v 1.2 2001/02/15 18:17:31 achim Exp $
#P=
A=${P}.tar.gz
@@ -10,10 +10,10 @@ DESCRIPTION=""
SRC_URI="ftp://"
HOMEPAGE="http://"
+DEPEND=""
src_compile() {
- cd ${S}
try ./configure --prefix=/usr --host=${CHOST}
try make
@@ -21,7 +21,6 @@ src_compile() {
src_install () {
- cd ${S}
try make DESTDIR=${D} install
}