summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Holm <dholm@gentoo.org>2004-03-16 15:29:52 +0000
committerDavid Holm <dholm@gentoo.org>2004-03-16 15:29:52 +0000
commit8e1c08a949be0d59e23848b6995546c41a873cc8 (patch)
tree389222bfce500a66c2ca190f59db028c879b2866 /dev-util/pmk/pmk-0.8.1.ebuild
parentAdded IUSE and cleaned up ebuild. (Manifest recommit) (diff)
downloadgentoo-2-8e1c08a949be0d59e23848b6995546c41a873cc8.tar.gz
gentoo-2-8e1c08a949be0d59e23848b6995546c41a873cc8.tar.bz2
gentoo-2-8e1c08a949be0d59e23848b6995546c41a873cc8.zip
Version bump
Diffstat (limited to 'dev-util/pmk/pmk-0.8.1.ebuild')
-rw-r--r--dev-util/pmk/pmk-0.8.1.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-util/pmk/pmk-0.8.1.ebuild b/dev-util/pmk/pmk-0.8.1.ebuild
new file mode 100644
index 000000000000..dab5aab825ad
--- /dev/null
+++ b/dev-util/pmk/pmk-0.8.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/pmk/pmk-0.8.1.ebuild,v 1.1 2004/03/16 15:29:52 dholm Exp $
+
+DESCRIPTION="Aims to be an alternative to GNU autoconf"
+SRC_URI="mirror://sourceforge/pmk/${P}.tar.gz"
+HOMEPAGE="http://pmk.sourceforge.net/"
+LICENSE="GPL-2"
+
+DEPEND="virtual/glibc"
+IUSE=""
+SLOT="0"
+KEYWORDS="~x86 ~ppc"
+
+src_compile() {
+ ./pmkcfg.sh -p /usr
+ make || die "Build failed"
+}
+
+src_install () {
+ make DESTDIR=${D} MANDIR=/usr/share/man install || die
+
+ dodoc BUGS Changelog INSTALL LICENSE README STATUS TODO
+}