mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-07 06:17:14 +02:00
testing/libgss: disable NLS
we prefer to avoid gettext dependency whenever possible
This commit is contained in:
parent
29cfa8fca5
commit
4e73a8ed40
@ -2,16 +2,16 @@
|
|||||||
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
|
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
|
||||||
pkgname=libgss
|
pkgname=libgss
|
||||||
pkgver=0.1.5
|
pkgver=0.1.5
|
||||||
pkgrel=0
|
pkgrel=1
|
||||||
pkgdesc="An implementation of the Generic Security Service Application Program Interface"
|
pkgdesc="An implementation of the Generic Security Service Application Program Interface"
|
||||||
url="http://www.gnu.org/software/gss/"
|
url="http://www.gnu.org/software/gss/"
|
||||||
arch="all"
|
arch="all"
|
||||||
license="GPL3+"
|
license="GPL3+"
|
||||||
depends=""
|
depends=""
|
||||||
depends_dev="pkgconfig"
|
depends_dev="pkgconfig"
|
||||||
makedepends="$depends_dev gettext valgrind-dev"
|
makedepends="$depends_dev valgrind-dev"
|
||||||
install=""
|
install=""
|
||||||
subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
|
subpackages="$pkgname-dev $pkgname-doc"
|
||||||
source="ftp://alpha.gnu.org/gnu/gss/gss-$pkgver.tar.gz"
|
source="ftp://alpha.gnu.org/gnu/gss/gss-$pkgver.tar.gz"
|
||||||
_builddir="$srcdir"/gss-$pkgver
|
_builddir="$srcdir"/gss-$pkgver
|
||||||
|
|
||||||
@ -22,6 +22,7 @@ build() {
|
|||||||
--mandir=/usr/share/man \
|
--mandir=/usr/share/man \
|
||||||
--infodir=/usr/share/info \
|
--infodir=/usr/share/info \
|
||||||
--localstatedir=/var \
|
--localstatedir=/var \
|
||||||
|
--disable-nls \
|
||||||
|| return 1
|
|| return 1
|
||||||
make || return 1
|
make || return 1
|
||||||
make tests || return 1
|
make tests || return 1
|
||||||
|
Loading…
Reference in New Issue
Block a user