From a05d2847e5aba877d194eb1dd57528120629739b Mon Sep 17 00:00:00 2001 From: Stefan Knoblich Date: Fri, 1 Jul 2005 21:09:20 +0000 Subject: New ebuild (Portage version: 2.0.51.22-r1) --- .../files/app_intercept-20050623-astcfg.diff | 31 ++++++++++++++++++++++ .../files/digest-asterisk-app_intercept-20050623 | 1 + 2 files changed, 32 insertions(+) create mode 100644 net-misc/asterisk-app_intercept/files/app_intercept-20050623-astcfg.diff create mode 100644 net-misc/asterisk-app_intercept/files/digest-asterisk-app_intercept-20050623 (limited to 'net-misc/asterisk-app_intercept/files') 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 -- cgit v1.2.3-65-gdbad