summaryrefslogtreecommitdiff
path: root/c-ares/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'c-ares/Makefile')
-rw-r--r--c-ares/Makefile25
1 files changed, 0 insertions, 25 deletions
diff --git a/c-ares/Makefile b/c-ares/Makefile
index 66dfa3c..77cdbb4 100644
--- a/c-ares/Makefile
+++ b/c-ares/Makefile
@@ -1,26 +1,12 @@
-
-# We are going to package for IPS ;-)
include /usr/share/cibs/rules/ips.mk
-
-# We are using tarball(s)
include /usr/share/cibs/rules/archive.mk
-
-# We are using GNU configure
include /usr/share/cibs/rules/autotools.mk
-
-# We will build 32-bit version
-include /usr/share/cibs/rules/32.mk
-
-# ... and 64-bit
include /usr/share/cibs/rules/64.mk
summary := C library that performs DNS requests and name resolves asynchronously
license := MIT
-# build-depends +=
-# build-conflicts +=
-
home := http://c-ares.haxx.se
name := c-ares
version := 1.9.1
@@ -32,14 +18,3 @@ checksum := \
md5:389db4917a3b58c4ce4ebfe961fd84c4 \
size:782945
-# archives := more.zip tarballs.tar.bz2
-# download_more.zip := ftp://...
-# download_tarballs.tar.bz2 := https://...
-# checksum_more.zip := ...
-# checksum_tarballs.tar.bz2 := ...
-#
-# patch::
-# autoreconf -vi
-
-
-