new bblfs: app-i18n/gnulib-l10n-20241231
This commit is contained in:
28
app-i18n/gnulib-l10n-20241231.PKGBUILD
Normal file
28
app-i18n/gnulib-l10n-20241231.PKGBUILD
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
pkgname=gnulib-l10n
|
||||||
|
pkgver=20241231
|
||||||
|
pkgdesc="The Gnulib localizations"
|
||||||
|
homepage="https://www.gnu.org/software/gnulib/"
|
||||||
|
arch=(any)
|
||||||
|
license=(LGPL-2.0-or-later)
|
||||||
|
sources=("$pkgname-$pkgver.tar.gz")
|
||||||
|
urls=("https://ftp.gnu.org/pub/gnu/gnulib/${sources[0]}")
|
||||||
|
sha512sums=("0c5858f6068226afd9b3744020a3826a1236b62f90b6eff30ad17657a194017eaab9f8e090eb744902f47b997f63277b20509a27d1945c42ad9597bb734cad73")
|
||||||
|
|
||||||
|
src_prepare() {
|
||||||
|
tar -xf ${distdir}/${sources[0]} --strip-components=1
|
||||||
|
}
|
||||||
|
|
||||||
|
src_build() {
|
||||||
|
./configure --prefix=/usr
|
||||||
|
make
|
||||||
|
}
|
||||||
|
|
||||||
|
src_check() {
|
||||||
|
make check
|
||||||
|
}
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
make DESTDIR="$pkgdir" install
|
||||||
|
}
|
||||||
|
|
||||||
|
# vim:ft=sh syn=sh et sw=2:
|
||||||
Reference in New Issue
Block a user