]> git.pld-linux.org Git - packages/erikyyyphone.git/commitdiff
- initial release
authorwaszi <waszi@pld-linux.org>
Tue, 29 Aug 2000 10:59:04 +0000 (10:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    erikyyyphone.spec -> 1.1

erikyyyphone.spec [new file with mode: 0644]

diff --git a/erikyyyphone.spec b/erikyyyphone.spec
new file mode 100644 (file)
index 0000000..c96386e
--- /dev/null
@@ -0,0 +1,39 @@
+Summary:       Voice over IP
+Name:          erikyyyphone
+Version:       1.0.0
+Release:       1
+Group:         Applications/Sound      
+Group(pl):     Aplikacje/D¼wiêk
+License:       GPL
+Source0:       http://www.erikyyy.de/erikyyyphone/%{name}-%{version}.tar.gz
+Patch0:                %{name}-make.patch
+BuildPrereq:   libgsm
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Voice over IP
+
+%prep
+%setup  -q
+%patch0 -p1
+
+%build
+automake
+CPPFLAGS="-I/usr/include/ncurses" ; export CPPFLAGS
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+gzip -9nf AUTHORS README TODO
+
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc {AUTHORS,README,TODO}.gz
+%attr(755,root,root) %{_bindir}/*
This page took 0.064206 seconds and 4 git commands to generate.