aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2011-01-12 07:17:43 -0600
committerWilliam Pitcock <nenolod@dereferenced.org>2011-01-12 07:17:43 -0600
commitde483182249bdbf22d7a7af4c976fd6a0721a0ec (patch)
tree51c853a748b2d3f1f0553e0353472559da8a260d /testing
parentffd9b4d4c06787418754013f906f3e13fdf1173c (diff)
downloadaports-de483182249bdbf22d7a7af4c976fd6a0721a0ec.tar.bz2
aports-de483182249bdbf22d7a7af4c976fd6a0721a0ec.tar.xz
main/jwhois: promoted to main from testing
Diffstat (limited to 'testing')
-rw-r--r--testing/jwhois/APKBUILD41
-rw-r--r--testing/jwhois/jwhois-libiconv.patch10
2 files changed, 0 insertions, 51 deletions
diff --git a/testing/jwhois/APKBUILD b/testing/jwhois/APKBUILD
deleted file mode 100644
index d2fbc460c0..0000000000
--- a/testing/jwhois/APKBUILD
+++ /dev/null
@@ -1,41 +0,0 @@
-# Maintainer: William Pitcock <nenolod@dereferenced.org>
-pkgname=jwhois
-pkgver=4.0
-pkgrel=1
-pkgdesc="WHOIS/RWHOIS client"
-url="http://www.gnu.org/software/jwhois/"
-license="GPL"
-depends=
-makedepends="libiconv-dev autoconf automake libtool"
-install=
-subpackages="$pkgname-doc"
-source="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz
- jwhois-libiconv.patch"
-arch="all"
-
-_builddir="$srcdir/$pkgname-$pkgver"
-
-prepare() {
- cd "$_builddir"
- patch -p1 < "$srcdir/jwhois-libiconv.patch"
- autoreconf
-}
-
-build() {
- cd "$_builddir"
- ./configure --prefix=/ \
- --sysconfdir=/etc \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info \
- --disable-nls \
- || return 1
- make || return 1
-}
-
-package() {
- cd "$_builddir"
- make DESTDIR="$pkgdir" install
-}
-
-md5sums="977d0ba90ee058a7998c94d933fc9546 jwhois-4.0.tar.gz
-f861d1891a718f3b370e1ac032b0b337 jwhois-libiconv.patch"
diff --git a/testing/jwhois/jwhois-libiconv.patch b/testing/jwhois/jwhois-libiconv.patch
deleted file mode 100644
index 31c54bdf45..0000000000
--- a/testing/jwhois/jwhois-libiconv.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- jwhois-4.0/src/Makefile.am
-+++ jwhois-4.0.mod/src/Makefile.am
-@@ -23,6 +23,7 @@
- getopt.c getopt1.c jconfig.c string.c cache.c rwhois.c jwhois.c \
- whois.c http.c
-
-+LIBS += @LIBICONV@
- jwhois_LIBS = @LIBINTL@ @LIBICONV@ @LIBS@
-
- jwhois_CFLAGS = $(OLDCFLAGS) -DSYSCONFDIR="\"$(sysconfdir)\"" \