summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGunnar Wrobel <wrobel@gentoo.org>2004-08-14 18:30:22 +0000
committerGunnar Wrobel <wrobel@gentoo.org>2004-08-14 18:30:22 +0000
commit51cf6388a04572f621a03f6249e4fde425b6da4e (patch)
treec44bf4ab045517dee79d94dcf4001e7d018f2414 /app-misc
parentNew sitebar version (diff)
downloadoverlay-51cf6388a04572f621a03f6249e4fde425b6da4e.tar.gz
overlay-51cf6388a04572f621a03f6249e4fde425b6da4e.tar.bz2
overlay-51cf6388a04572f621a03f6249e4fde425b6da4e.zip
Little rearrangement to move towards a real portage tree
svn path=/; revision=34
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/nalfs/Manifest2
-rw-r--r--app-misc/nalfs/files/digest-nalfs-1.2.31
-rw-r--r--app-misc/nalfs/nalfs-1.2.3.ebuild29
3 files changed, 32 insertions, 0 deletions
diff --git a/app-misc/nalfs/Manifest b/app-misc/nalfs/Manifest
new file mode 100644
index 0000000..94bca0d
--- /dev/null
+++ b/app-misc/nalfs/Manifest
@@ -0,0 +1,2 @@
+MD5 af55b82b3f4edbc5809f68e434a72d36 nalfs-1.2.3.ebuild 574
+MD5 8b956cc6dd4f319c0aef323d33188de2 files/digest-nalfs-1.2.3 64
diff --git a/app-misc/nalfs/files/digest-nalfs-1.2.3 b/app-misc/nalfs/files/digest-nalfs-1.2.3
new file mode 100644
index 0000000..63ef9fb
--- /dev/null
+++ b/app-misc/nalfs/files/digest-nalfs-1.2.3
@@ -0,0 +1 @@
+MD5 245cd1bc21a5d1b80ccfc693b03e6b6b nALFS-1.2.3.tar.bz2 439207
diff --git a/app-misc/nalfs/nalfs-1.2.3.ebuild b/app-misc/nalfs/nalfs-1.2.3.ebuild
new file mode 100644
index 0000000..f8ea2de
--- /dev/null
+++ b/app-misc/nalfs/nalfs-1.2.3.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header$
+
+DESCRIPTION="An implementation for the execution of Automated Linux From Scratch (ALFS) profiles"
+HOMEPAGE="http://www.linuxfromscratch.org/alfs/"
+SRC_URI="http://www.linuxfromscratch.org/alfs/downloads/stable/nALFS-${PV}.tar.bz2"
+
+SLOT="0"
+
+LICENSE="GPL-2"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND="dev-libs/libxml2
+ net-misc/curl"
+RDEPEND=""
+
+
+S=${WORKDIR}/nALFS-${PV}
+
+src_compile() {
+ econf || die
+ emake || die
+}
+
+src_install() {
+ einstall || die
+}