diff options
author | Stefan Knoblich <stkn@gentoo.org> | 2005-02-15 20:30:35 +0000 |
---|---|---|
committer | Stefan Knoblich <stkn@gentoo.org> | 2005-02-15 20:30:35 +0000 |
commit | 521bc54ca63ae48bbd59892abfcd7c4e96ab60ef (patch) | |
tree | 1734d039b3c8b7d3874fda2f4482d38cc1acf7fd /net-misc/asterisk-app_ldap/files | |
parent | Initial import (diff) | |
download | historical-521bc54ca63ae48bbd59892abfcd7c4e96ab60ef.tar.gz historical-521bc54ca63ae48bbd59892abfcd7c4e96ab60ef.tar.bz2 historical-521bc54ca63ae48bbd59892abfcd7c4e96ab60ef.zip |
Initial import
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'net-misc/asterisk-app_ldap/files')
-rw-r--r-- | net-misc/asterisk-app_ldap/files/app_ldap-0.9.3-astcfg.diff | 32 | ||||
-rw-r--r-- | net-misc/asterisk-app_ldap/files/digest-asterisk-app_ldap-0.9.3 | 1 |
2 files changed, 33 insertions, 0 deletions
diff --git a/net-misc/asterisk-app_ldap/files/app_ldap-0.9.3-astcfg.diff b/net-misc/asterisk-app_ldap/files/app_ldap-0.9.3-astcfg.diff new file mode 100644 index 000000000000..b632c28e9b25 --- /dev/null +++ b/net-misc/asterisk-app_ldap/files/app_ldap-0.9.3-astcfg.diff @@ -0,0 +1,32 @@ +--- Makefile.orig 1970-01-01 00:00:00.000000000 +0000 ++++ Makefile 2005-01-26 20:30:27.009331696 +0000 +@@ -0,0 +1,29 @@ ++ ++CC=gcc ++CFLAGS=$(shell /usr/bin/asterisk-config --cflags) -fPIC -DPIC ++SOLINK=$(shell /usr/bin/asterisk-config --solink) ++LIBS=-lssl -lcrypto -ldl -lresolv -llber -lldap ++ ++ASTMODDIR=$(shell /usr/bin/asterisk-config --modulesdir) ++ASTETCDIR=$(shell /usr/bin/asterisk-config --sysconfdir) ++ ++all: .depend app_ldap.so ++ ++.depend: ++ @if [ ! -x /usr/bin/asterisk-config ]; then \ ++ echo "/usr/bin/asterisk-config not found!"; \ ++ exit 255; \ ++ fi ++ ++.c.o: ++ $(CC) -c $(CFLAGS) -o $@ $< ++ ++app_ldap.so: app_ldap.o ++ $(CC) $(SOLINK) $(LIBS) -o $@ ++ ++install: ++ if [ ! -d $(DESTDIR)$(ASTMODDIR) ]; then mkdir -p $(DESTDIR)$(ASTMODDIR); fi ++ install -m755 app_ldap.so $(DESTDIR)$(ASTMODDIR) ++ if [ ! -d $(DESTDIR)$(ASTETCDIR) ]; then mkdir -p $(DESTDIR)$(ASTETCDIR); fi ++ install -m644 ldap.conf $(DESTDIR)$(ASTETCDIR) ++ diff --git a/net-misc/asterisk-app_ldap/files/digest-asterisk-app_ldap-0.9.3 b/net-misc/asterisk-app_ldap/files/digest-asterisk-app_ldap-0.9.3 new file mode 100644 index 000000000000..6656f93eb663 --- /dev/null +++ b/net-misc/asterisk-app_ldap/files/digest-asterisk-app_ldap-0.9.3 @@ -0,0 +1 @@ +MD5 63fe957250d46c0a7fc1e97070cd1163 app_ldap-0.9.3.tgz 4585 |