]> git.pld-linux.org Git - packages/autoscan-network.git/commitdiff
- initial PLD release
authorluzik <luzik@pld-linux.org>
Thu, 16 Sep 2004 05:06:56 +0000 (05:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    autoscan-network.spec -> 1.1

autoscan-network.spec [new file with mode: 0644]

diff --git a/autoscan-network.spec b/autoscan-network.spec
new file mode 100644 (file)
index 0000000..8217ca7
--- /dev/null
@@ -0,0 +1,72 @@
+%define                _subver R4
+Summary:       AutoScan is a utility for network exploration
+Summary(pl):   AutoScan jest narzêdziem do odkrywania sieci
+Name:          AutoScan
+Version:       beta_0.92
+Release:       0.%{_subver}.1
+License:       GPL
+Group:         Networking
+Source0:       http://autoscan.free.fr/%{name}-%{version}-%{_subver}.tar.gz
+# Source0-md5: 57697c92f7624117c2cdb75bda9d1705
+URL:           http://autoscan.free.fr/
+BuildRequires: libgtkhtml-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The objective of the program is to post the list of all equipment
+connected to the network. A list of ports preset is scanned for each
+equipment.
+
+%description -l pl
+Celem tego programu jest wskazanie wszystkich urzadzeñ pod³±czonych do
+sieci. Dla ka¿dego urz±dzenia przedstawiana jest lista otwartych
+portów.
+
+%prep
+%setup -q
+
+%build
+
+cd Sources/Autoscan
+rm -rf autom4te.cache
+%{__gettextize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+cd src
+%{__make}
+cd ../../../
+
+cd Sources/AutoScan_d
+rm -rf autom4te.cache
+%{__gettextize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+cd src
+%{__make}
+cd ../../../
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/{apps,pixmaps}}
+
+install Sources/Autoscan/src/autoscan $RPM_BUILD_ROOT%{_bindir}/AutoScan
+install Sources/AutoScan_d/src/autoscan_d $RPM_BUILD_ROOT%{_bindir}
+cp -R Data/apps/AutoScan $RPM_BUILD_ROOT%{_datadir}/apps
+cp -R Data/pixmaps/AutoScan $RPM_BUILD_ROOT%{_datadir}/pixmaps
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README Data/doc/AutoScan
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/apps/%{name}
+%{_datadir}/pixmaps/%{name}
This page took 0.033328 seconds and 4 git commands to generate.