summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-08-16 06:16:45 +0000
committerMike Frysinger <vapier@gentoo.org>2003-08-16 06:16:45 +0000
commited6f12633b8ec25e5377202568e719a2b2e8517e (patch)
treedf0ef0027244a91d1b730b1de6837bdeb466bd10 /app-doc/phrack/phrack-61.ebuild
parentfixing Manifest (diff)
downloadgentoo-2-ed6f12633b8ec25e5377202568e719a2b2e8517e.tar.gz
gentoo-2-ed6f12633b8ec25e5377202568e719a2b2e8517e.tar.bz2
gentoo-2-ed6f12633b8ec25e5377202568e719a2b2e8517e.zip
version bump #26662
Diffstat (limited to 'app-doc/phrack/phrack-61.ebuild')
-rw-r--r--app-doc/phrack/phrack-61.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/app-doc/phrack/phrack-61.ebuild b/app-doc/phrack/phrack-61.ebuild
new file mode 100644
index 000000000000..cd0c95149db6
--- /dev/null
+++ b/app-doc/phrack/phrack-61.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-doc/phrack/phrack-61.ebuild,v 1.1 2003/08/16 06:15:49 vapier Exp $
+
+MY_P=${PN}${PV}
+DESCRIPTION="...a Hacker magazine by the community, for the community...."
+HOMEPAGE="http://www.phrack.org/"
+SRC_URI="http://www.phrack.org/archives/${MY_P}.tar.gz"
+
+LICENSE="phrack"
+SLOT="${PV}"
+KEYWORDS="ppc x86"
+
+S=${WORKDIR}/${MY_P}
+
+src_install() {
+ [ -d ${S} ] || cd ${WORKDIR}/*
+ insinto /usr/share/doc/${PN}
+ gzip *
+ doins *
+}