Update to 7.18.2 and newstyle build.sh.
This commit is contained in:
committed by
Tom G. Christensen
parent
8ebc79f63e
commit
4751162e41
40
curl/meta/pkgdef
Normal file
40
curl/meta/pkgdef
Normal file
@@ -0,0 +1,40 @@
|
||||
[curl]
|
||||
pkgname="${pkgprefix}${topdir}"
|
||||
name="$topdir - Utility to transfer files with URL syntax"
|
||||
pkgcat="application"
|
||||
pkgvendor="http://curl.haxx.se"
|
||||
pkgdesc="A command line tool for transferring files with URL syntax, supporting FTP, FTPS, HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT, LDAP, LDAPS and FILE."
|
||||
pkgver="$pkgver"
|
||||
files(-,root,bin)
|
||||
$_vdocdir/CHANGES
|
||||
$_vdocdir/README
|
||||
$_vdocdir/RELEASE-NOTES
|
||||
$_vdocdir/COPYING
|
||||
$_vdocdir/docs/BUGS
|
||||
$_vdocdir/docs/CONTRIBUTE
|
||||
$_vdocdir/docs/FAQ
|
||||
$_vdocdir/docs/FEATURES
|
||||
$_vdocdir/docs/INTERNALS
|
||||
$_vdocdir/docs/MANUAL
|
||||
$_vdocdir/docs/RESOURCES
|
||||
$_vdocdir/docs/TODO
|
||||
$_vdocdir/docs/TheArtOfHttpScripting
|
||||
$_bindir/curl
|
||||
$_mandir/?a?1
|
||||
$_libdir/libcurl.so.*
|
||||
|
||||
[curl-devel]
|
||||
pkgname="${pkgprefix}${topdir}d"
|
||||
name="${topdir}-devel - Development support for libcurl"
|
||||
pkgcat="application"
|
||||
pkgvendor="http://curl.haxx.se"
|
||||
pkgdesc="Files needed for developing with libcurl"
|
||||
pkgver="$pkgver"
|
||||
files(-,root,bin)
|
||||
$_bindir/curl-config
|
||||
$_includedir
|
||||
$_libdir/*.so
|
||||
$_libdir/pkgconfig
|
||||
$_mandir/?a?3
|
||||
$_vdocdir/docs/examples
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
PKG="%%pkg%%"
|
||||
NAME="curl"
|
||||
ARCH="sparc"
|
||||
VERSION="%%version%%"
|
||||
CATEGORY="application"
|
||||
VENDOR="http://curl.sourceforge.net"
|
||||
EMAIL="Tom G. Christenen - tgc@statsbiblioteket.dk"
|
||||
PSTAMP="Tom G. Christensen"
|
||||
BASEDIR=/usr/local
|
||||
CLASSES="none"
|
||||
DESC="A client that groks the URLs"
|
||||
27
curl/meta/relnotes
Normal file
27
curl/meta/relnotes
Normal file
@@ -0,0 +1,27 @@
|
||||
PACKAGE DETAILS
|
||||
---------------
|
||||
Name: %%PKGNAME%%
|
||||
Version: %%SOURCE_AND_VER%%
|
||||
Vendor: %%VENDOR%%
|
||||
Packager: %%PKGEDBY%%
|
||||
|
||||
Source (sha1sum):
|
||||
%%SOURCE_SHA1SUM%%
|
||||
|
||||
BUILD DETAILS
|
||||
-------------
|
||||
Compiler:
|
||||
%%COMPILER%%
|
||||
|
||||
Environment:
|
||||
%%ENVIRONMENT%%
|
||||
|
||||
Configure:
|
||||
%%CONFIGURE%%
|
||||
|
||||
KNOWN DEPENDENCIES
|
||||
------------------
|
||||
%%DEPENDENCIES%%
|
||||
|
||||
ERRORS/MISCELLANEOUS
|
||||
--------------------
|
||||
Reference in New Issue
Block a user