]> git.sven.stormbind.net Git - sven/tclcurl.git/blob - packages/Linux/tclcurl-7.22.0.spec
Imported Upstream version 7.22.0
[sven/tclcurl.git] / packages / Linux / tclcurl-7.22.0.spec
1 Name: tclcurl
2 Version: 7.22.0
3 Release: 1
4 License: BSD revised
5 Group:  Development/Libraries
6 Packager: Andres Garcia <fandom@telefonica.net>
7 Vendor: Fandom Enterprise
8 Source: http://personal1.iddeo.es/andresgarci/tclcurl/download/tarball/tclcurl-7.22.0.tar.gz
9 Summary: A Tcl interface for libcurl.
10
11 %description
12
13 TclCurl provides a binding to libcurl, with it you can upload
14 and download files using FTP, FTPS, HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT, FILE, LDAP,
15 LDAPS, IMAP, IMAPS, POP, POP3, SMTP, SMTPS and gopher syntax.
16
17 %prep
18 %setup
19
20 %build
21 ./configure --mandir=/usr/share/man --prefix=/usr
22 make
23
24 %install
25 make install
26 mkdir -p /usr/share/doc/tclcurl-7.22.0/tests
27 cp -f ReadMe.txt               /usr/share/doc/tclcurl-7.22.0/
28 cp -f license.terms            /usr/share/doc/tclcurl-7.22.0/
29 cp -f doc/tclcurl.html         /usr/share/doc/tclcurl-7.22.0/
30 cp -f doc/tclcurl_multi.html   /usr/share/doc/tclcurl-7.22.0/
31 cp -f doc/tclcurl_share.html   /usr/share/doc/tclcurl-7.22.0/
32 cp -f doc/aolserver.txt        /usr/share/doc/tclcurl-7.22.0/
33 cp -f tests/*.tcl              /usr/share/doc/tclcurl-7.22.0/tests
34
35 %files
36 /usr/lib/TclCurl7.22.0/
37 /usr/share/doc/tclcurl-7.22.0/
38 /usr/share/man/mann/tclcurl.n.gz
39 /usr/share/man/mann/tclcurl_multi.n.gz
40 /usr/share/man/mann/tclcurl_share.n.gz
41
42