gettext: fix -devel package (closes #14247).
This commit is contained in:
parent
e4a98e0276
commit
60771943e4
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'gettext'
|
||||
pkgname=gettext
|
||||
version=0.19.8.1
|
||||
revision=3
|
||||
revision=4
|
||||
bootstrap=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-java --disable-native-java --disable-csharp
|
||||
|
@ -12,8 +12,8 @@ configure_args="--disable-java --disable-native-java --disable-csharp
|
|||
gl_cv_func_gettimeofday_clobber=no"
|
||||
short_desc="Internationalized Message Handling Library and tools"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="http://www.gnu.org/software/gettext/"
|
||||
license="GPL-3"
|
||||
distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=ff942af0e438ced4a8b0ea4b0b6e0d6d657157c5e2364de57baa279c1c125c43
|
||||
|
||||
|
@ -53,6 +53,9 @@ gettext-devel_package() {
|
|||
vmove usr/lib/*.a
|
||||
vmove usr/share/aclocal
|
||||
vmove usr/share/gettext
|
||||
vmove usr/share/man/man3
|
||||
vmove usr/bin/autopoint
|
||||
vmove usr/bin/gettextize
|
||||
}
|
||||
}
|
||||
gettext-libs_package() {
|
||||
|
|
Loading…
Reference in New Issue