mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
moved extra/* to main/
and fixed misc build issues
This commit is contained in:
parent
2b4df81538
commit
b70981b68e
@ -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"
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user