]> git.pld-linux.org Git - packages/ekg.git/commitdiff
- init PLD spec
authorareq <areq@pld-linux.org>
Sat, 29 Sep 2001 12:04:20 +0000 (12:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- snapshot 2001092902

Changed files:
    ekg.spec -> 1.1

ekg.spec [new file with mode: 0644]

diff --git a/ekg.spec b/ekg.spec
new file mode 100644 (file)
index 0000000..6364251
--- /dev/null
+++ b/ekg.spec
@@ -0,0 +1,46 @@
+%define                snapshot        2001092902 
+Summary:       A client compatible with Gadu-Gadu      
+Summary(pl):   Eksperymentalny Klient Gadu-Gadu        
+Name:          ekg             
+Version:       0.9.0.%{snapshot}
+Release:       1
+License:       GPL
+Group:         Networking/Utilities
+Group(de):     Netzwerkwesen/Werkzeuge
+Group(es):     Red/Utilitarios
+Group(pl):     Sieciowe/Narzêdzia
+Group(pt_BR):  Rede/Utilitários
+Source0:       http://dev.null.pl/ekg/%{name}-%{snapshot}.tar.gz
+URL:           http://dev.null.pl/ekg/ 
+BuildRequires: ncurses-devel
+BuildRequires: readline-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A client compatible with Gadu-Gadu
+
+%description -l pl
+Eksperymentalny Klient Gadu-Gadu
+
+%prep
+%setup -q -n %{name}-%{snapshot} 
+
+%build
+./configure
+make
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+
+install ekg    $RPM_BUILD_ROOT%{_bindir}
+
+gzip -9nf ChangeLog README docs/* 
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc *.gz docs/*
+%attr(755,root,root) %{_bindir}/* 
This page took 0.059511 seconds and 4 git commands to generate.