Search
j0ke.net Open Build Service
>
Projects
>
server:telephony
>
asterisk-perl
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 2
[-]
[+]
Added
asterisk-perl.spec
@@ -0,0 +1,41 @@ +Summary: C implementation of the Primary Rate ISDN specification +Name: asterisk-perl +Version: 0.09 +Release: 1 +License: GPL +Group: System Environment/Libraries +URL: http://asterisk.gnuinter.net/ +Source0: http://asterisk.gnuinter.net/files/asterisk-perl-0.09.tar.gz +Packager: Doug Pedley <admin@trixbox.org> +Buildroot: %{_tmppath}/%{name}-%{version} +Requires: asterisk perl + + +%description +asterisk-perl is a collection of perl modules to be used with the Asterisk PBX. + +%prep +%setup -q -n %{name}-%{version} + +%build +[ "%{buildroot}" != '/' ] && rm -rf %{buildroot} +perl Makefile.PL PREFIX=%{buildroot}/usr +make all + + +%install +make install + +%clean +[ "%{buildroot}" != '/' ] && rm -rf %{buildroot} + +%post + +%postun + +%files +/usr/* + +%changelog +* Thu Jun 7 2007 Doug Pedley <admin@trixbox.org> +- Initial RPM