]> git.pld-linux.org Git - packages/click.git/commitdiff
-use source from cvs (:pserver:anoncvs@cvs.pdos.lcs.mit.edu:/cvs)
authorhunter <hunter@pld-linux.org>
Sun, 21 Mar 2004 23:01:49 +0000 (23:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
-add \ after configure
-it does build now
-use ns, grid & test

Changed files:
    click.spec -> 1.2

click.spec

index bc0f7d73a0469b681371927bfb0bf5b08a936c14..cdf2df9c62c3e95d427e3be863e63bbf42c01f44 100644 (file)
@@ -1,25 +1,26 @@
 Summary:       Click Modular Router
 Name:          click
-Version:       1.3
-%define pre 1
-Release:       0.%{pre}.0
+Version:       15_03_2004_one
+Release:       0.1
 License:       MIT
 Group:         Networking/Admin
-Source0:       http://www.pdos.lcs.mit.edu/click/%{name}-%{version}pre%{pre}.tar.gz
-# Source0-md5: 4ab6660d7c0753cfec8bd3df49835f25
+Source0:       http://duch.mimuw.edu.pl/~hunter/%{name}-cvs-15-03-2004-one.tar.gz
+# Source0-md5: eaab9e4c261d42ee20404acee4c45275
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 Click Modular Router Project
 
-%prep
-%setup  -q -n %{name}-%{version}pre%{pre}
+%description -l pl
+Click projekt modularnego routera
 
+%prep
+%setup  -q -n one
 
 %build
 %{__autoconf}
 %{__aclocal}
-%configure
+%configure     \
   --enable-nsclick \
   --enable-snmp \
   --enable-analysis \
@@ -28,8 +29,9 @@ Click Modular Router Project
   --enable-etherswitch \
   --enable-radio \
   --enable-local \
-  --enable-test \
-#  --enable-grid        #   include Grid elements (see FAQ)
+  --enable-test  \
+  --enable-grid        #   include Grid elements (see FAQ)
+#  --disable-int64     \
 
 # empty LDLIBS - don't link with -lresolv, it's not necessary
 %{__make} \
This page took 0.09388 seconds and 4 git commands to generate.