Skip to content

Commit

Permalink
gnulib-l10n: Add 20241231 (#5229)
Browse files Browse the repository at this point in the history
required for gettext
  • Loading branch information
lazka authored Feb 23, 2025
1 parent 71d2474 commit 7cad53f
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions gnulib-l10n/PKGBUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Maintainer: Christoph Reiter <[email protected]>

pkgname=gnulib-l10n
pkgver=20241231
pkgrel=1
pkgdesc="The Gnulib localizations"
url="https://www.gnu.org/software/gnulib/"
arch=(any)
license=(spdx:LGPL-2.0-or-later)
makedepends=(make gettext-devel gcc)
source=(
https://ftp.gnu.org/pub/gnu/gnulib/$pkgname-$pkgver.tar.gz{,.sig}
)
sha256sums=('155752ba6796aa294cde87c2bf0e771a5891eeeacb131345be0e080a3ec0ceea'
'SKIP')
validpgpkeys=(
'9001B85AF9E1B83DF1BDA942F5BE8B267C6A406D' # Bruno Haible (Open Source Development) <[email protected]>
)

build() {
cd "${pkgname}-${pkgver}"
./configure --prefix=/usr
make
}

check() {
cd "${pkgname}-${pkgver}"
make check
}

package() {
cd "${pkgname}-${pkgver}"
make DESTDIR="$pkgdir" install
}

0 comments on commit 7cad53f

Please sign in to comment.