mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
chroot-gettext: make this build with musl.
This commit is contained in:
parent
e94fd46a0b
commit
f94e60c653
1 changed files with 6 additions and 8 deletions
|
@ -1,15 +1,17 @@
|
||||||
# Template build file for 'chroot-gettext'.
|
# Template build file for 'chroot-gettext'.
|
||||||
pkgname=chroot-gettext
|
pkgname=chroot-gettext
|
||||||
version=0.18.3
|
version=0.18.3
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc="gettext-${version}"
|
wrksrc="gettext-${version}"
|
||||||
|
bootstrap=yes
|
||||||
|
conflicts="gettext>=0"
|
||||||
|
provides="gettext-${version}_${revision}"
|
||||||
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
|
||||||
--disable-libasprintf --enable-threads=posix --disable-rpath
|
--disable-libasprintf --enable-threads=posix --disable-rpath
|
||||||
--disable-acl --with-included-glib --with-included-libcroco --without-git
|
--disable-acl --with-included-glib --with-included-libcroco --without-git
|
||||||
--with-included-libxml --without-included-regex --without-emacs
|
--with-included-libxml --without-emacs --disable-shared --disable-nls
|
||||||
--disable-shared --disable-nls --disable-openmp --disable-curses
|
--disable-openmp --disable-curses gl_cv_func_gettimeofday_clobber=no"
|
||||||
--without-included-regex"
|
|
||||||
homepage="http://www.gnu.org/software/gettext/"
|
homepage="http://www.gnu.org/software/gettext/"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
short_desc="Internationalized Message Handling tools -- for xbps-src use"
|
short_desc="Internationalized Message Handling tools -- for xbps-src use"
|
||||||
|
@ -17,10 +19,6 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
distfiles="http://ftp.gnu.org/pub/gnu/gettext/gettext-$version.tar.gz"
|
distfiles="http://ftp.gnu.org/pub/gnu/gettext/gettext-$version.tar.gz"
|
||||||
checksum=36f3c1043df803565d4977c1efbd41e1ec0f0301acf5f057984406c34cb9f948
|
checksum=36f3c1043df803565d4977c1efbd41e1ec0f0301acf5f057984406c34cb9f948
|
||||||
|
|
||||||
bootstrap=yes
|
|
||||||
conflicts="gettext>=0"
|
|
||||||
provides="gettext-${version}"
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -rf ${DESTDIR}/usr/share ${DESTDIR}/usr/lib ${DESTDIR}/usr/include
|
rm -rf ${DESTDIR}/usr/share ${DESTDIR}/usr/lib ${DESTDIR}/usr/include
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue