gettext: fix -devel package (closes #14247).

This commit is contained in:
cr6git 2018-05-14 11:20:47 +02:00 committed by Leah Neukirchen
parent e4a98e0276
commit 60771943e4

View File

@ -1,7 +1,7 @@
# Template file for 'gettext' # Template file for 'gettext'
pkgname=gettext pkgname=gettext
version=0.19.8.1 version=0.19.8.1
revision=3 revision=4
bootstrap=yes bootstrap=yes
build_style=gnu-configure build_style=gnu-configure
configure_args="--disable-java --disable-native-java --disable-csharp 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" gl_cv_func_gettimeofday_clobber=no"
short_desc="Internationalized Message Handling Library and tools" short_desc="Internationalized Message Handling Library and tools"
maintainer="Juan RP <xtraeme@voidlinux.eu>" maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-3.0-or-later"
homepage="http://www.gnu.org/software/gettext/" homepage="http://www.gnu.org/software/gettext/"
license="GPL-3"
distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz" distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=ff942af0e438ced4a8b0ea4b0b6e0d6d657157c5e2364de57baa279c1c125c43 checksum=ff942af0e438ced4a8b0ea4b0b6e0d6d657157c5e2364de57baa279c1c125c43
@ -53,6 +53,9 @@ gettext-devel_package() {
vmove usr/lib/*.a vmove usr/lib/*.a
vmove usr/share/aclocal vmove usr/share/aclocal
vmove usr/share/gettext vmove usr/share/gettext
vmove usr/share/man/man3
vmove usr/bin/autopoint
vmove usr/bin/gettextize
} }
} }
gettext-libs_package() { gettext-libs_package() {