summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-02-25 09:48:02 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-02-25 09:48:02 +0000
commit5e98ce72f1370473777d621591c504caf58d38f9 (patch)
tree080420acd89a981989af61885e1d15c506156961 /x11-misc/apwal
parentVersion bump, added to ~ppc (Manifest recommit) (diff)
downloadgentoo-2-5e98ce72f1370473777d621591c504caf58d38f9.tar.gz
gentoo-2-5e98ce72f1370473777d621591c504caf58d38f9.tar.bz2
gentoo-2-5e98ce72f1370473777d621591c504caf58d38f9.zip
initial commit; bug #39698
Diffstat (limited to 'x11-misc/apwal')
-rw-r--r--x11-misc/apwal/ChangeLog10
-rw-r--r--x11-misc/apwal/Manifest2
-rw-r--r--x11-misc/apwal/apwal-0.4.4.ebuild43
-rw-r--r--x11-misc/apwal/files/digest-apwal-0.4.41
4 files changed, 56 insertions, 0 deletions
diff --git a/x11-misc/apwal/ChangeLog b/x11-misc/apwal/ChangeLog
new file mode 100644
index 000000000000..871260a98f17
--- /dev/null
+++ b/x11-misc/apwal/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for x11-misc/apwal
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/apwal/ChangeLog,v 1.1 2004/02/25 09:48:02 mr_bones_ Exp $
+
+*apwal-0.4.4 (25 Feb 2004)
+
+ 25 Feb 2004; Michael Sterrett <mr_bones_@gentoo.org> apwal-0.4.4.ebuild:
+ initial commit; bug #39698 ebuild submitted by jjosegutierrez@terra.es
+ and modified.
+
diff --git a/x11-misc/apwal/Manifest b/x11-misc/apwal/Manifest
new file mode 100644
index 000000000000..9fd255b15064
--- /dev/null
+++ b/x11-misc/apwal/Manifest
@@ -0,0 +1,2 @@
+MD5 7a7278c243b9575e9d1d76d53572734d apwal-0.4.4.ebuild 686
+MD5 ae65ed7cc16b9e9a9d9b4ac49c6a7a32 files/digest-apwal-0.4.4 63
diff --git a/x11-misc/apwal/apwal-0.4.4.ebuild b/x11-misc/apwal/apwal-0.4.4.ebuild
new file mode 100644
index 000000000000..3694e6d1c0e4
--- /dev/null
+++ b/x11-misc/apwal/apwal-0.4.4.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/apwal/apwal-0.4.4.ebuild,v 1.1 2004/02/25 09:48:02 mr_bones_ Exp $
+
+S="${WORKDIR}/${PN}"
+DESCRIPTION="A simple application launcher for Linux together with a powerful editor"
+HOMEPAGE="http://apwal.free.fr/"
+SRC_URI="http://apwal.free.fr/download/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+RDEPEND=">=x11-libs/gtk+-2.0
+ dev-libs/libxml2"
+DEPEND="${RDEPEND}
+ >=sys-apps/sed-4
+ dev-util/pkgconfig"
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+
+ # ugly hardcoded cflags
+ sed -i \
+ -e "s:-O2:${CFLAGS}:" src/Makefile \
+ || die "sed src/Makefile failed"
+ # make parallel make happy
+ sed -i \
+ -e "/cd src/ c\ \$(MAKE) -C src \$@" Makefile \
+ || die "sed Makefile failed"
+}
+
+src_compile() {
+ emake || die "emake failed"
+}
+
+src_install() {
+ dobin src/apwal || die "dobin failed"
+ dosym apwal /usr/bin/apwal-editor || die "dosym failed"
+ dodoc ABOUT Changelog FAQ README || die "dodoc failed"
+}
diff --git a/x11-misc/apwal/files/digest-apwal-0.4.4 b/x11-misc/apwal/files/digest-apwal-0.4.4
new file mode 100644
index 000000000000..2c18e97c8738
--- /dev/null
+++ b/x11-misc/apwal/files/digest-apwal-0.4.4
@@ -0,0 +1 @@
+MD5 87327fd1665d64c58b675708de1f0067 apwal-0.4.4.tar.gz 104938