update to LFS 12.4 #1
@@ -1,12 +1,12 @@
|
|||||||
pkgname=gawk
|
pkgname=gawk
|
||||||
pkgver=5.3.1
|
pkgver=5.3.2
|
||||||
pkgdesc="GNU version of awk"
|
pkgdesc="GNU version of awk"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
homepage="https://www.gnu.org/software/gawk/"
|
homepage="https://www.gnu.org/software/gawk/"
|
||||||
license=('GPL-3.0-or-later')
|
license=('GPL-3.0-or-later')
|
||||||
sources=("${pkgname}-${pkgver}.tar.xz")
|
sources=("${pkgname}-${pkgver}.tar.xz")
|
||||||
urls=("https://ftp.gnu.org/gnu/${pkgname}/${sources[0]}")
|
urls=("https://ftp.gnu.org/gnu/${pkgname}/${sources[0]}")
|
||||||
md5sums=("4e9292a06b43694500e0620851762eec")
|
md5sums=("b7014650c5f45e5d4837c31209dc0037")
|
||||||
|
|
||||||
src_prepare() {
|
src_prepare() {
|
||||||
tar -xf ${distdir}/${sources[0]} --strip-components=1
|
tar -xf ${distdir}/${sources[0]} --strip-components=1
|
||||||
@@ -26,5 +26,5 @@ src_check() {
|
|||||||
src_install() {
|
src_install() {
|
||||||
make DESTDIR="${pkgdir}" install
|
make DESTDIR="${pkgdir}" install
|
||||||
ln -sv gawk.1 "${pkgdir}"/usr/share/man/man1/awk.1
|
ln -sv gawk.1 "${pkgdir}"/usr/share/man/man1/awk.1
|
||||||
install -vDm644 doc/{awkforai.txt,*.{eps,pdf,jpg}} -t "${pkgdir}"/usr/share/doc/gawk-5.3.1
|
install -vDm644 doc/{awkforai.txt,*.{eps,pdf,jpg}} -t "${pkgdir}"/usr/share/doc/gawk-${pkgver}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user