summaryrefslogtreecommitdiffstats
path: root/extra/popt/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/popt/APKBUILD')
-rw-r--r--extra/popt/APKBUILD20
1 files changed, 0 insertions, 20 deletions
diff --git a/extra/popt/APKBUILD b/extra/popt/APKBUILD
deleted file mode 100644
index 4826bd2d..00000000
--- a/extra/popt/APKBUILD
+++ /dev/null
@@ -1,20 +0,0 @@
-# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
-pkgname=popt
-pkgver=1.14
-pkgrel=0
-pkgdesc="Parse Options - Command line parser"
-url="http://rpm5.org/"
-license="as-is"
-depends="uclibc"
-subpackages="$pkgname-dev $pkgname-doc"
-source="http://rpm5.org/files/popt/$pkgname-$pkgver.tar.gz"
-
-build() {
- cd "$srcdir"/$pkgname-$pkgver
- ./configure --prefix=/usr \
- --without-included-gettext \
- --disable-nls || return 1
- make || return 1
- make install DESTDIR="$pkgdir"
-}
-md5sums="4f90a07316eb825604dd10ae4f9f3f04 popt-1.14.tar.gz"