]> git.sven.stormbind.net Git - sven/tclcurl.git/blobdiff - packages/Linux/tclcurl-7.19.6.spec
Imported Upstream version 7.19.6
[sven/tclcurl.git] / packages / Linux / tclcurl-7.19.6.spec
diff --git a/packages/Linux/tclcurl-7.19.6.spec b/packages/Linux/tclcurl-7.19.6.spec
new file mode 100755 (executable)
index 0000000..668a997
--- /dev/null
@@ -0,0 +1,42 @@
+Name: tclcurl
+Version: 7.19.6
+Release: 1
+License: BSD revised
+Group:  Development/Libraries
+Packager: Andres Garcia <fandom@telefonica.net>
+Vendor: Fandom Enterprise
+Source: http://personal1.iddeo.es/andresgarci/tclcurl/download/tarball/tclcurl-7.19.6.tar.gz
+Summary: A Tcl interface for libcurl.
+
+%description
+
+TclCurl provides a binding to libcurl, with it you can upload
+and download files using FTP, FTPS, HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT, FILE or  LDAP syntax.
+
+%prep
+%setup
+
+%build
+./configure --mandir=/usr/share/man --prefix=/usr
+make
+
+%install
+make install
+mkdir -p /usr/share/doc/tclcurl-7.19.6/tests
+cp -f ReadMe.txt               /usr/share/doc/tclcurl-7.19.6/
+cp -f ToDo.txt                 /usr/share/doc/tclcurl-7.19.6/
+cp -f license.terms            /usr/share/doc/tclcurl-7.19.6/
+cp -f doc/tclcurl.html         /usr/share/doc/tclcurl-7.19.6/
+cp -f doc/tclcurl_multi.html   /usr/share/doc/tclcurl-7.19.6/
+cp -f doc/tclcurl_share.html   /usr/share/doc/tclcurl-7.19.6/
+cp -f doc/aolserver.txt        /usr/share/doc/tclcurl-7.19.6/
+cp -f tests/*.tcl              /usr/share/doc/tclcurl-7.19.6/tests
+
+%files
+/usr/lib/TclCurl7.19.6/
+/usr/share/doc/tclcurl-7.19.6/
+/usr/share/man/mann/tclcurl.n.gz
+/usr/share/man/mann/tclcurl_multi.n.gz
+/usr/share/man/mann/tclcurl_share.n.gz
+
+