mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
extra/libiconv new aport
This commit is contained in:
parent
9aca6ec965
commit
1275348332
21
extra/libiconv/APKBUILD
Normal file
21
extra/libiconv/APKBUILD
Normal file
@ -0,0 +1,21 @@
|
||||
# Maintainer: Carlo Landmeter <clandmeter at gmail.com>
|
||||
pkgname=libiconv
|
||||
pkgver=1.12
|
||||
pkgrel=0
|
||||
pkgdesc="GNU charset conversion library for libc which doesn't implement it"
|
||||
url="http://www.gnu.org/software/libiconv"
|
||||
license='LGPL'
|
||||
depends="uclibc"
|
||||
source="http://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.12.tar.gz"
|
||||
subpackages="$pkgname-doc $pkgname-dev"
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
|
||||
./configure --prefix=/usr \
|
||||
--mandir=/usr/share/man
|
||||
make || return 1
|
||||
make DESTDIR="$pkgdir/" install
|
||||
}
|
||||
|
||||
md5sums="c2be282595751535a618ae0edeb8f648 libiconv-1.12.tar.gz"
|
||||
Loading…
x
Reference in New Issue
Block a user