chroot-gettext: install more tools required to build pkgs, revbump.
This commit is contained in:
parent
55a9cd5d5b
commit
ed3b945064
2 changed files with 12 additions and 11 deletions
|
@ -1 +1,3 @@
|
||||||
libc.so.6
|
libc.so.6
|
||||||
|
libm.so.6
|
||||||
|
libdl.so.2
|
||||||
|
|
|
@ -1,8 +1,16 @@
|
||||||
# Template build file for 'chroot-gettext'.
|
# Template build file for 'chroot-gettext'.
|
||||||
pkgname=chroot-gettext
|
pkgname=chroot-gettext
|
||||||
version=0.18.1.1
|
version=0.18.1.1
|
||||||
|
revision=1
|
||||||
wrksrc="gettext-${version}"
|
wrksrc="gettext-${version}"
|
||||||
build_wrksrc=gettext-tools
|
build_wrksrc=gettext-tools
|
||||||
|
build_style=gnu-configure
|
||||||
|
configure_args="--disable-java --disable-native-java --disable-csharp
|
||||||
|
--disable-libasprintf --enable-threads=posix --disable-rpath
|
||||||
|
--disable-acl --with-included-glib --with-included-libcroco --without-git
|
||||||
|
--with-included-libxml --without-included-regex --without-emacs
|
||||||
|
--disable-shared --disable-nls --disable-openmp --disable-curses
|
||||||
|
--without-included-regex"
|
||||||
distfiles="http://ftp.gnu.org/pub/gnu/gettext/gettext-$version.tar.gz"
|
distfiles="http://ftp.gnu.org/pub/gnu/gettext/gettext-$version.tar.gz"
|
||||||
short_desc="Internationalized Message Handling tools -- for xbps-src use"
|
short_desc="Internationalized Message Handling tools -- for xbps-src use"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
@ -18,15 +26,6 @@ bootstrap=yes
|
||||||
conflicts="gettext>=0"
|
conflicts="gettext>=0"
|
||||||
provides="gettext-${version}"
|
provides="gettext-${version}"
|
||||||
|
|
||||||
do_configure() {
|
post_install() {
|
||||||
./configure --prefix=/usr --disable-shared
|
rm -rf ${DESTDIR}/usr/share ${DESTDIR}/usr/lib ${DESTDIR}/usr/include
|
||||||
}
|
|
||||||
|
|
||||||
do_build() {
|
|
||||||
make ${makejobs} -C gnulib-lib
|
|
||||||
make ${makejobs} -C src msgfmt
|
|
||||||
}
|
|
||||||
|
|
||||||
do_install() {
|
|
||||||
vinstall src/msgfmt 755 usr/bin
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue