aboutsummaryrefslogtreecommitdiffstats
path: root/extra/libidn/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/libidn/APKBUILD')
-rw-r--r--extra/libidn/APKBUILD29
1 files changed, 0 insertions, 29 deletions
diff --git a/extra/libidn/APKBUILD b/extra/libidn/APKBUILD
deleted file mode 100644
index afcb59c788..0000000000
--- a/extra/libidn/APKBUILD
+++ /dev/null
@@ -1,29 +0,0 @@
-# Contributor: Michael Mason <ms13sp@gmail.com>
-# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
-pkgname=libidn
-pkgver=1.15
-pkgrel=0
-pkgdesc="An encode and decode library for internationalized domain names"
-url="http://www.gnu.org/software/libidn/"
-license="GPL"
-depends=
-makedepends=""
-install=
-subpackages="$pkgname-doc $pkgname-dev"
-source="http://ftp.gnu.org/gnu/libidn/$pkgname-$pkgver.tar.gz"
-
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info \
- --disable-nls
- make || return 1
- make DESTDIR="$pkgdir" install
-
-}
-
-md5sums="482a25b7b223e52f967fafd284a1a992 libidn-1.15.tar.gz"