Skip to content
Snippets Groups Projects
Commit b70981b6 authored by Natanael Copa's avatar Natanael Copa
Browse files

moved extra/* to main/

and fixed misc build issues
parent 2b4df815
No related branches found
Tags v2.7.0_rc2
No related merge requests found
Showing
with 0 additions and 20 deletions
# 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"
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment