]> git.pld-linux.org Git - packages/LANChat.git/commitdiff
initial release, probably wont build but maybe someone want to fix it
authorMaciej Pijanka <agaran@pld-linux.org>
Tue, 12 Sep 2000 08:10:19 +0000 (08:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    LANChat.spec -> 1.1

LANChat.spec [new file with mode: 0644]

diff --git a/LANChat.spec b/LANChat.spec
new file mode 100644 (file)
index 0000000..e52b2e8
--- /dev/null
@@ -0,0 +1,38 @@
+Summary:       LANChat
+Summary(pl):   LANChat
+Name:          LANChat
+Version:       1.0.2
+Release:       0
+License:       GPL
+Group:         Networking
+Group(de):     Netzwerkwesen
+Group(pl):     Sieciowe
+Source0:       http://priv4.onet.pl./ki/lanchat/%{name}-%{version}.tar.gz
+Patch0:                %{name}-ncurses.patch
+BuildRequires: ncurses-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+LANChat
+
+%description -l pl
+LANChat
+
+%prep
+%setup -q 
+%patch0 -p1
+
+%build
+%{__make} OPTIMIZE="$RPM_OPT_FLAGS"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_prefix}/src/examples/%{name}-%{version}
+
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
This page took 0.088777 seconds and 4 git commands to generate.