mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-21 19:20:08 +02:00
Remove obsolete unconverted recipes for curl.
This commit is contained in:
@@ -1,25 +0,0 @@
|
||||
DESCRIPTION="curl and libcurl"
|
||||
HOMEPAGE="curl.haxx.se"
|
||||
SRC_URI="http://curl.haxx.se/download/ curl-7.18.2.tar.bz2"
|
||||
CHECKSUM_MD5="c389be5b0525276e58865956b7465562"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
BUILD()
|
||||
{
|
||||
cd curl-7.18.2
|
||||
libtoolize --force --copy
|
||||
aclocal
|
||||
automake
|
||||
autoconf
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY`
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
cd curl-7.18.2
|
||||
make install
|
||||
}
|
||||
LICENSE="Curl"
|
||||
COPYRIGHT="1996-2010, Daniel Stenberg, <daniel@haxx.se>. All rights reserved."
|
||||
@@ -1,25 +0,0 @@
|
||||
DESCRIPTION="curl and libcurl"
|
||||
HOMEPAGE="curl.haxx.se"
|
||||
SRC_URI="http://curl.haxx.se/download/ curl-7.19.1.tar.bz2"
|
||||
CHECKSUM_MD5="6c4921e55ad276154065052c9e34e1cb"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
BUILD()
|
||||
{
|
||||
cd curl-7.19.1
|
||||
libtoolize --force --copy
|
||||
aclocal
|
||||
automake
|
||||
autoconf
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY`
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
cd curl-7.19.1
|
||||
make install
|
||||
}
|
||||
LICENSE="Curl"
|
||||
COPYRIGHT="1996-2010, Daniel Stenberg, <daniel@haxx.se>. All rights reserved."
|
||||
@@ -1,25 +0,0 @@
|
||||
DESCRIPTION="curl and libcurl"
|
||||
HOMEPAGE="curl.haxx.se"
|
||||
SRC_URI="http://curl.haxx.se/download/ curl-7.19.2.tar.bz2"
|
||||
CHECKSUM_MD5="3a461b145a4a31fe7d5a44684e7fbdbc"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
BUILD()
|
||||
{
|
||||
cd curl-7.19.2
|
||||
libtoolize --force --copy
|
||||
aclocal
|
||||
automake
|
||||
autoconf
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY`
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
cd curl-7.19.2
|
||||
make install
|
||||
}
|
||||
LICENSE="Curl"
|
||||
COPYRIGHT="1996-2010, Daniel Stenberg, <daniel@haxx.se>. All rights reserved."
|
||||
@@ -1,25 +0,0 @@
|
||||
DESCRIPTION="curl and libcurl"
|
||||
HOMEPAGE="curl.haxx.se"
|
||||
SRC_URI="http://curl.haxx.se/download/ curl-7.19.5.tar.bz2"
|
||||
CHECKSUM_MD5="426d161661dce70c8ea9ad8f553363a3"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
BUILD()
|
||||
{
|
||||
cd curl-7.19.5
|
||||
libtoolize --force --copy
|
||||
aclocal
|
||||
automake
|
||||
autoconf
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY`
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
cd curl-7.19.5
|
||||
make install
|
||||
}
|
||||
LICENSE="Curl"
|
||||
COPYRIGHT="1996-2010, Daniel Stenberg, <daniel@haxx.se>. All rights reserved."
|
||||
@@ -1,21 +0,0 @@
|
||||
DESCRIPTION="curl and libcurl"
|
||||
HOMEPAGE="curl.haxx.se"
|
||||
SRC_URI="http://curl.haxx.se/download/curl-7.19.7.tar.gz"
|
||||
CHECKSUM_MD5="ecb2e37e45c9933e2a963cabe03670ab"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
BUILD()
|
||||
{
|
||||
cd curl-7.19.7
|
||||
cmake -DCMAKE_INSTALL_PREFIX=`finddir B_COMMON_DIRECTORY` -DCURL_DISABLE_LDAP=ON .
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
cd curl-7.19.7
|
||||
make install
|
||||
}
|
||||
LICENSE="Curl"
|
||||
COPYRIGHT="1996-2010, Daniel Stenberg, <daniel@haxx.se>. All rights reserved."
|
||||
@@ -1,23 +0,0 @@
|
||||
DESCRIPTION="curl and libcurl"
|
||||
HOMEPAGE="http://curl.haxx.se"
|
||||
SRC_URI="http://curl.haxx.se/download/curl-7.20.0.tar.bz2"
|
||||
CHECKSUM_MD5="3dda78c4a808d9a779dc3a2ae81b47d8"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
BUILD()
|
||||
{
|
||||
cd curl-7.20.0
|
||||
libtoolize --force --copy --install
|
||||
autoconf
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY`
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
cd curl-7.20.0
|
||||
make install
|
||||
}
|
||||
LICENSE="Curl"
|
||||
COPYRIGHT="1996-2010, Daniel Stenberg, <daniel@haxx.se>. All rights reserved."
|
||||
@@ -1,23 +0,0 @@
|
||||
DESCRIPTION="curl and libcurl"
|
||||
HOMEPAGE="http://curl.haxx.se"
|
||||
SRC_URI="http://curl.haxx.se/download/curl-7.20.1.tar.bz2"
|
||||
CHECKSUM_MD5="244b16b2a38c70e47130c8494b7371b9"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
BUILD()
|
||||
{
|
||||
cd curl-7.20.1
|
||||
libtoolize --force --copy --install
|
||||
autoconf
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY`
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
cd curl-7.20.1
|
||||
make install
|
||||
}
|
||||
LICENSE="Curl"
|
||||
COPYRIGHT="1996-2010, Daniel Stenberg, <daniel@haxx.se>. All rights reserved."
|
||||
@@ -1,23 +0,0 @@
|
||||
DESCRIPTION="curl and libcurl"
|
||||
HOMEPAGE="http://curl.haxx.se"
|
||||
SRC_URI="http://curl.haxx.se/download/curl-7.21.1.tar.bz2"
|
||||
CHECKSUM_MD5="eafde5b933bce1c1dca82d1054c8d967"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
BUILD()
|
||||
{
|
||||
cd curl-7.21.1
|
||||
libtoolize --force --copy --install
|
||||
autoconf
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY`
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
cd curl-7.21.1
|
||||
make install
|
||||
}
|
||||
LICENSE="Curl"
|
||||
COPYRIGHT="1996-2010, Daniel Stenberg, <daniel@haxx.se>. All rights reserved."
|
||||
@@ -1,23 +0,0 @@
|
||||
DESCRIPTION="curl and libcurl"
|
||||
HOMEPAGE="http://curl.haxx.se"
|
||||
SRC_URI="http://curl.haxx.se/download/curl-7.21.2.tar.bz2"
|
||||
CHECKSUM_MD5="ca96df88e044c7c25d19692ec8b250b2"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
BUILD()
|
||||
{
|
||||
cd curl-7.21.2
|
||||
libtoolize --force --copy --install
|
||||
autoconf
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY`
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
cd curl-7.21.2
|
||||
make install
|
||||
}
|
||||
LICENSE="Curl"
|
||||
COPYRIGHT="1996-2010, Daniel Stenberg, <daniel@haxx.se>. All rights reserved."
|
||||
@@ -1,30 +0,0 @@
|
||||
DESCRIPTION="curl and libcurl"
|
||||
HOMEPAGE="http://curl.haxx.se"
|
||||
SRC_URI="http://curl.haxx.se/download/curl-7.21.3.tar.bz2"
|
||||
CHECKSUM_MD5="5b57fee22090b5c43a6886fdd35af2ce"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
BUILD()
|
||||
{
|
||||
cd curl-7.21.3
|
||||
libtoolize --force --copy --install
|
||||
autoconf
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY`
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
cd curl-7.21.3
|
||||
make install
|
||||
}
|
||||
|
||||
TEST()
|
||||
{
|
||||
cd curl-7.21.3
|
||||
make check
|
||||
}
|
||||
|
||||
LICENSE="Curl"
|
||||
COPYRIGHT="1996-2010, Daniel Stenberg, <daniel@haxx.se>. All rights reserved."
|
||||
@@ -1,32 +0,0 @@
|
||||
DESCRIPTION="curl and libcurl"
|
||||
HOMEPAGE="http://curl.haxx.se"
|
||||
SRC_URI="http://curl.haxx.se/download/curl-7.21.4.tar.bz2"
|
||||
CHECKSUM_MD5="e2dd20c88a7d01c745af9d788545ab2a"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
BUILD()
|
||||
{
|
||||
cd curl-7.21.4
|
||||
libtoolize --force --copy --install
|
||||
autoconf
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
|
||||
--enable-ipv6 \
|
||||
--mandir=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/man
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
cd curl-7.21.4
|
||||
make install
|
||||
}
|
||||
|
||||
TEST()
|
||||
{
|
||||
cd curl-7.21.4
|
||||
make check
|
||||
}
|
||||
|
||||
LICENSE="Curl"
|
||||
COPYRIGHT="1996-2011, Daniel Stenberg, <daniel@haxx.se>. All rights reserved."
|
||||
@@ -1,32 +0,0 @@
|
||||
DESCRIPTION="curl and libcurl"
|
||||
HOMEPAGE="http://curl.haxx.se"
|
||||
SRC_URI="http://curl.haxx.se/download/curl-7.21.6.tar.bz2"
|
||||
CHECKSUM_MD5="6611989a81ebd7b03a35adc3001ddee0"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
BUILD()
|
||||
{
|
||||
cd curl-7.21.6
|
||||
libtoolize --force --copy --install
|
||||
autoconf
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
|
||||
--enable-ipv6 \
|
||||
--mandir=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/man
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
cd curl-7.21.6
|
||||
make install
|
||||
}
|
||||
|
||||
TEST()
|
||||
{
|
||||
cd curl-7.21.6
|
||||
make check
|
||||
}
|
||||
|
||||
LICENSE="Curl"
|
||||
COPYRIGHT="1996-2011, Daniel Stenberg, <daniel@haxx.se>. All rights reserved."
|
||||
@@ -1,33 +0,0 @@
|
||||
DESCRIPTION="curl and libcurl"
|
||||
HOMEPAGE="http://curl.haxx.se"
|
||||
SRC_URI="http://curl.haxx.se/download/curl-7.21.7.tar.bz2"
|
||||
CHECKSUM_MD5="5f6d50c4d4ee38c57fe37e3cff75adbd"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
BUILD()
|
||||
{
|
||||
cd curl-7.21.7
|
||||
libtoolize --force --copy --install
|
||||
autoconf
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
|
||||
--enable-ipv6 \
|
||||
--mandir=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/man \
|
||||
--with-ca-bundle=`finddir B_COMMON_DATA_DIRECTORY`/ssl/cert.pem
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
cd curl-7.21.7
|
||||
make install
|
||||
}
|
||||
|
||||
TEST()
|
||||
{
|
||||
cd curl-7.21.7
|
||||
make check
|
||||
}
|
||||
|
||||
LICENSE="Curl"
|
||||
COPYRIGHT="1996-2011, Daniel Stenberg, <daniel@haxx.se>. All rights reserved."
|
||||
@@ -1,33 +0,0 @@
|
||||
DESCRIPTION="curl and libcurl"
|
||||
HOMEPAGE="http://curl.haxx.se"
|
||||
SRC_URI="http://curl.haxx.se/download/curl-7.24.0.tar.bz2"
|
||||
CHECKSUM_MD5="f912221d75eb8d8fe08900eaf011b023"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
BUILD()
|
||||
{
|
||||
cd curl-7.24.0
|
||||
libtoolize --force --copy --install
|
||||
autoconf
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
|
||||
--enable-ipv6 \
|
||||
--mandir=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/man \
|
||||
--with-ca-bundle=`finddir B_COMMON_DATA_DIRECTORY`/ssl/cert.pem
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
cd curl-7.24.0
|
||||
make install
|
||||
}
|
||||
|
||||
TEST()
|
||||
{
|
||||
cd curl-7.24.0
|
||||
make check
|
||||
}
|
||||
|
||||
LICENSE="Curl"
|
||||
COPYRIGHT="1996-2012, Daniel Stenberg, <daniel@haxx.se>. All rights reserved."
|
||||
@@ -1,33 +0,0 @@
|
||||
DESCRIPTION="curl and libcurl"
|
||||
HOMEPAGE="http://curl.haxx.se"
|
||||
SRC_URI="http://curl.haxx.se/download/curl-7.25.0.tar.bz2"
|
||||
CHECKSUM_MD5="f0303d47d9d3e6e4f08c2863c6504823"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
BUILD()
|
||||
{
|
||||
cd curl-7.25.0
|
||||
libtoolize --force --copy --install
|
||||
autoconf
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
|
||||
--enable-ipv6 \
|
||||
--mandir=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/man \
|
||||
--with-ca-bundle=`finddir B_COMMON_DATA_DIRECTORY`/ssl/cert.pem
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
cd curl-7.25.0
|
||||
make install
|
||||
}
|
||||
|
||||
TEST()
|
||||
{
|
||||
cd curl-7.25.0
|
||||
make check
|
||||
}
|
||||
|
||||
LICENSE="Curl"
|
||||
COPYRIGHT="1996-2012, Daniel Stenberg, <daniel@haxx.se>. All rights reserved."
|
||||
Reference in New Issue
Block a user