summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-03-17 09:08:35 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-03-17 09:08:35 +0000
commit0f08321f3b196cd5eeb7351629cadf75115f9d2f (patch)
tree33f251efa34e226d2c5608b61eb1bb3cbb0b4ff4 /testing
parentf6e3e3e40e37e46f6bdc408e71f9a6233a96bda5 (diff)
downloadaports-0f08321f3b196cd5eeb7351629cadf75115f9d2f.tar.bz2
aports-0f08321f3b196cd5eeb7351629cadf75115f9d2f.tar.xz
testing/coova-chilli: removed from stable branch
Diffstat (limited to 'testing')
-rw-r--r--testing/coova-chilli/APKBUILD38
-rw-r--r--testing/coova-chilli/coova-chilli-ssl.patch17
2 files changed, 0 insertions, 55 deletions
diff --git a/testing/coova-chilli/APKBUILD b/testing/coova-chilli/APKBUILD
deleted file mode 100644
index 256475ba..00000000
--- a/testing/coova-chilli/APKBUILD
+++ /dev/null
@@ -1,38 +0,0 @@
-# Contributor: grharry
-# Maintainer:
-
-# TODO: fix init.d script
-
-pkgname=coova-chilli
-pkgver=1.0.14
-pkgrel=0
-pkgdesc="CoovaChilli is an open source access controller for wireless LAN"
-url="http://www.coova.org/"
-license="GPL"
-depends=
-makedepends="perl openssl-dev autoconf automake libtool"
-install= #"coova-chilli.install"
-subpackages="$pkgname-doc $pkgname-dev"
-source="http://ap.coova.org/chilli/coova-chilli-$pkgver.tar.gz
- coova-chilli-ssl.patch
- "
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
- patch -p1 -i ../coova-chilli-ssl.patch || return 1
- aclocal && autoconf && automake && libtoolize || return 1
-
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info \
- --localstatedir=/var/run \
- --libdir=/usr/lib \
- --sysconfdir=/etc \
- --with-openssl
- make -j1 || return 1
- make DESTDIR="$pkgdir" install
-}
-
-md5sums="88774ec55f9943d174ea7dd26e85fd8a coova-chilli-1.0.14.tar.gz
-e4e94b06540c10caa750a590f3ec9ec6 coova-chilli-ssl.patch"
diff --git a/testing/coova-chilli/coova-chilli-ssl.patch b/testing/coova-chilli/coova-chilli-ssl.patch
deleted file mode 100644
index 618b90a6..00000000
--- a/testing/coova-chilli/coova-chilli-ssl.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-diff -ru a/src/Makefile.am b/src/Makefile.am
---- a/src/Makefile.am 2009-10-15 09:15:00.000000000 +0000
-+++ b/src/Makefile.am 2009-10-15 09:17:20.000000000 +0000
-@@ -20,6 +20,7 @@
- chilli.h options.h util.c garden.c garden.h \
- dns.c dns.h session.c session.h limits.h pkt.h pkt.c \
- chksum.c net.h net.c ms_chap.c options.c
-+libchilli_la_LIBADD = $(LIBOPENSSL)
-
- # AM_LDFLAGS = -lchilli
-
-@@ -32,4 +33,4 @@
- chilli_dog_SOURCES = main-dog.c
- #test_radius_SOURCES = test-radius.c
-
--LDADD = libchilli.la $(top_builddir)/bstring/libbstring.la
-+LDADD = libchilli.la $(top_builddir)/bstring/libbstring.la $(LIBOPENSSL)