summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Knoblich <stkn@gentoo.org>2005-07-01 21:09:20 +0000
committerStefan Knoblich <stkn@gentoo.org>2005-07-01 21:09:20 +0000
commita05d2847e5aba877d194eb1dd57528120629739b (patch)
tree87760548713fefd426e9dd23e674bbec65b295d9 /net-misc/asterisk-app_intercept/files
parentFix more KEYWORDS-issues. (diff)
downloadgentoo-2-a05d2847e5aba877d194eb1dd57528120629739b.tar.gz
gentoo-2-a05d2847e5aba877d194eb1dd57528120629739b.tar.bz2
gentoo-2-a05d2847e5aba877d194eb1dd57528120629739b.zip
New ebuild
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-misc/asterisk-app_intercept/files')
-rw-r--r--net-misc/asterisk-app_intercept/files/app_intercept-20050623-astcfg.diff31
-rw-r--r--net-misc/asterisk-app_intercept/files/digest-asterisk-app_intercept-200506231
2 files changed, 32 insertions, 0 deletions
diff --git a/net-misc/asterisk-app_intercept/files/app_intercept-20050623-astcfg.diff b/net-misc/asterisk-app_intercept/files/app_intercept-20050623-astcfg.diff
new file mode 100644
index 000000000000..d014df18e2be
--- /dev/null
+++ b/net-misc/asterisk-app_intercept/files/app_intercept-20050623-astcfg.diff
@@ -0,0 +1,31 @@
+--- Makefile.orig 1970-01-01 00:00:00.000000000 +0000
++++ Makefile 2005-01-26 20:30:27.009331696 +0000
+@@ -0,0 +1,28 @@
++
++CC?=gcc
++ASTCONFIG?=/usr/bin/asterisk-config
++
++CFLAGS=$(shell $(ASTCONFIG) --cflags) -fPIC -DPIC
++SOLINK=$(shell $(ASTCONFIG) --solink)
++LIBS=
++
++ASTMODDIR=$(shell $(ASTCONFIG) --modulesdir)
++
++all: .depend app_intercept.so
++
++.depend:
++ @if [ ! -x $(ASTCONFIG) ]; then \
++ echo "$(ASTCONFIG) not found!"; \
++ exit 255; \
++ fi
++
++.c.o:
++ $(CC) -c $(CFLAGS) -o $@ $<
++
++app_intercept.so: app_intercept.o
++ $(CC) $(SOLINK) -o $@ $< $(LIBS)
++
++install:
++ if [ ! -d $(DESTDIR)$(ASTMODDIR) ]; then mkdir -p $(DESTDIR)$(ASTMODDIR); fi
++ install -m755 app_intercept.so $(DESTDIR)$(ASTMODDIR)
++
diff --git a/net-misc/asterisk-app_intercept/files/digest-asterisk-app_intercept-20050623 b/net-misc/asterisk-app_intercept/files/digest-asterisk-app_intercept-20050623
new file mode 100644
index 000000000000..21274c893232
--- /dev/null
+++ b/net-misc/asterisk-app_intercept/files/digest-asterisk-app_intercept-20050623
@@ -0,0 +1 @@
+MD5 0c7ba8cbd6b2991edd5dfb8f5630fe25 asterisk-app_intercept-20050623.tar.bz2 1737