SPECS: asterisk-chan_capi.spec (NEW) - init PLD spec
areq
areq at pld-linux.org
Sat Aug 27 16:26:48 CEST 2005
Author: areq Date: Sat Aug 27 14:26:48 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- init PLD spec
---- Files affected:
SPECS:
asterisk-chan_capi.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/asterisk-chan_capi.spec
diff -u /dev/null SPECS/asterisk-chan_capi.spec:1.1
--- /dev/null Sat Aug 27 16:26:48 2005
+++ SPECS/asterisk-chan_capi.spec Sat Aug 27 16:26:43 2005
@@ -0,0 +1,51 @@
+# $Revision$, $Date$
+Summary: Asterisk ISDN CAPI channel driver
+Name: asterisk-chan_capi
+Version: 0.5.4
+Release: 0.1
+License: GPL
+Group: Applications
+Source0: http://dl.sourceforge.net/chan-capi/chan_capi-cm-%{version}.tar.gz
+# Source0-md5: a7a9c0f90395909ee06528f17fc608d2
+URL: http://sourceforge.net/projects/chan-capi
+BuildRequires: asterisk-devel
+BuildRequires: capi-devel
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+ISDN CAPI Channel driver (chan_capi) for the Asterisk Open Source VOIP
+Platform.
+
+%prep
+%setup -q -n chan_capi-%{version}
+
+%build
+%{__make} \
+ CC="%{__cc}" \
+ DEBUG=""
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT/usr/lib/asterisk/modules
+
+%{__make} install \
+ INSTALL_PREFIX=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README capi.conf
+/usr/lib/asterisk/modules/*
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2005/08/27 14:26:43 areq
+- init PLD spec
+
+
================================================================
More information about the pld-cvs-commit
mailing list