gettext: update to 0.18.3.1
This commit is contained in:
67
gettext018/build.sh
Executable file
67
gettext018/build.sh
Executable file
@@ -0,0 +1,67 @@
|
||||
#!/bin/bash
|
||||
# This is a buildpkg build.sh script
|
||||
# build.sh helper functions
|
||||
. ${BUILDPKG_SCRIPTS}/build.sh.functions
|
||||
#
|
||||
###########################################################
|
||||
# Check the following 4 variables before running the script
|
||||
topdir=gettext
|
||||
version=0.18.3.1
|
||||
pkgver=1
|
||||
source[0]=ftp://ftp.sunet.se/pub/gnu/gettext/$topdir-$version.tar.gz
|
||||
# If there are no patches, simply comment this
|
||||
#patch[0]=
|
||||
|
||||
# Source function library
|
||||
. ${BUILDPKG_SCRIPTS}/buildpkg.functions
|
||||
|
||||
# Global settings
|
||||
export CPPFLAGS="-I$prefix/include"
|
||||
export LDFLAGS="-L$prefix/lib -R$prefix/lib"
|
||||
configure_args+=(--with-libiconv-prefix=$prefix --disable-java --disable-native-java --disable-openmp)
|
||||
|
||||
gnu_link autopoint envsubst gettext gettext.sh gettextize msgattrib msgcat msgcmp msgcomm msgconv msgen msgexec msgfilter msgfmt msggrep msginit msgmerge msgunfmt msguniq ngettext recode-sr-latin xgettext
|
||||
|
||||
reg prep
|
||||
prep()
|
||||
{
|
||||
generic_prep
|
||||
}
|
||||
|
||||
reg build
|
||||
build()
|
||||
{
|
||||
generic_build
|
||||
}
|
||||
|
||||
reg check
|
||||
check()
|
||||
{
|
||||
generic_check
|
||||
}
|
||||
|
||||
reg install
|
||||
install()
|
||||
{
|
||||
generic_install DESTDIR
|
||||
doc NEWS README COPYING
|
||||
compat gettext 0.17 1 1
|
||||
compat gettext 0.18.2 1 1
|
||||
}
|
||||
|
||||
reg pack
|
||||
pack()
|
||||
{
|
||||
generic_pack
|
||||
}
|
||||
|
||||
reg distclean
|
||||
distclean()
|
||||
{
|
||||
clean distclean
|
||||
}
|
||||
|
||||
###################################################
|
||||
# No need to look below here
|
||||
###################################################
|
||||
build_sh $*
|
||||
4
gettext018/meta/ChangeLog
Normal file
4
gettext018/meta/ChangeLog
Normal file
@@ -0,0 +1,4 @@
|
||||
CHANGELOG
|
||||
---------
|
||||
* Thu Nov 07 2013 Tom G. Christensen <swpkg@jupiterrise.com> - 0.18.3.1-1
|
||||
- Initial build
|
||||
1
gettext018/meta/depend
Normal file
1
gettext018/meta/depend
Normal file
@@ -0,0 +1 @@
|
||||
TGCgtextd gettext auto
|
||||
76
gettext018/meta/pkgdef
Normal file
76
gettext018/meta/pkgdef
Normal file
@@ -0,0 +1,76 @@
|
||||
[gettext]
|
||||
pkgname="${pkgprefix}gtext"
|
||||
name="gettext - GNU gettext"
|
||||
pkgcat="system"
|
||||
pkgvendor="http://directory.fsf.org/gettext.html"
|
||||
pkgdesc="Tools to produce multi-lingual messages"
|
||||
pkgver="$pkgver"
|
||||
files(-,root,bin)
|
||||
default_docs
|
||||
$_bindir/genvsubst
|
||||
$_bindir/gngettext
|
||||
$_bindir/ggettext
|
||||
$_bindir/ggettext.sh
|
||||
$_gnudir/envsubst
|
||||
$_gnudir/ngettext
|
||||
$_gnudir/gettext
|
||||
$_gnudir/gettext.sh
|
||||
$_libdir/libintl.so.8*
|
||||
$_libdir/libasprintf.so.0*
|
||||
$_mandir/man1/genvsubst.1*
|
||||
$_mandir/man1/gngettext.1*
|
||||
$_mandir/man1/ggettext.1*
|
||||
$_sharedir/locale/*/LC_MESSAGES/gettext-runtime.mo
|
||||
$_sharedir/locale/locale.alias
|
||||
$_sharedir/doc/gettext/envsubst.1.html
|
||||
$_sharedir/doc/gettext/ngettext.1.html
|
||||
$_sharedir/doc/gettext/gettext.1.html
|
||||
|
||||
[gettext-devel]
|
||||
pkgname="${pkgprefix}gtextd"
|
||||
name="gettext-devel - GNU gettext development support"
|
||||
pkgcat="system"
|
||||
pkgvendor="http://directory.fsf.org/gettext.html"
|
||||
pkgdesc="Tools to produce multi-lingual messages"
|
||||
pkgver="$pkgver"
|
||||
files(-,root,bin)
|
||||
$_bindir/gautopoint
|
||||
$_bindir/ggettextize
|
||||
$_bindir/gmsg*
|
||||
$_bindir/grecode*
|
||||
$_bindir/gxgettext
|
||||
$_gnudir/autopoint
|
||||
$_gnudir/gettextize
|
||||
$_gnudir/msg*
|
||||
$_gnudir/recode*
|
||||
$_gnudir/xgettext
|
||||
$_includedir
|
||||
$_libdir/*.a
|
||||
$_libdir/libgettext*.so*
|
||||
$_libdir/libasprintf.so
|
||||
$_libdir/libintl.so
|
||||
$_libdir/gettext
|
||||
$_mandir/man1/gmsg*.1*
|
||||
$_mandir/man1/ggettextize.1*
|
||||
$_mandir/man1/gautopoint.1*
|
||||
$_mandir/man1/grecode*.1*
|
||||
$_mandir/man1/gxgettext.1*
|
||||
$_mandir/man3
|
||||
$_sharedir/aclocal
|
||||
$_infodir
|
||||
$_sharedir/locale/*/LC_MESSAGES/gettext-tools.mo
|
||||
$_sharedir/doc/gettext/*.3.html
|
||||
$_sharedir/doc/gettext/msg*.1.html
|
||||
$_sharedir/doc/gettext/autopoint.1.html
|
||||
$_sharedir/doc/gettext/gettextize.1.html
|
||||
$_sharedir/doc/gettext/xgettext.1.html
|
||||
$_sharedir/doc/gettext/recode*.1.html
|
||||
$_sharedir/doc/gettext/gettext_*.html
|
||||
$_sharedir/doc/gettext/examples
|
||||
$_sharedir/doc/gettext/csharpdoc
|
||||
$_sharedir/doc/gettext/javadoc2
|
||||
$_sharedir/doc/gettext/FAQ.html
|
||||
$_sharedir/doc/gettext/tutorial.html
|
||||
$_sharedir/doc/libasprintf
|
||||
$_sharedir/gettext
|
||||
|
||||
Reference in New Issue
Block a user