smlinux/base/itstool/itstool.SMBuild
PktSurf 761d688cd9 Converted most source tarballs in base to lzip format ending with .tar.lz, updated SHA512 sums in affected build files
Removed --sysconfdir option in a lot of build files in base
Added preservestaticlibs option in base/argp-standalone
Fixed CFLAGS variable in base/{file,grep}
Fixed build options in base/gstreamer
Fixed LDFLAGS variable in base/less
Removed CFLAGS variable in base/libarchive
Multiple build option fixes in base/nasm
2022-10-04 19:59:37 +05:30

30 lines
634 B
Text
Executable file

app=itstool
version=2.0.6
build=1sml
homepage="http://itstool.org/"
download="http://files.itstool.org/itstool/itstool-$version.tar.bz2"
desc="Translate XML documents with PO files"
requires="python3 docbook"
build() {
mkandenterbuilddir
rm -rf $app-$version
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
./configure \
--prefix=""
make
make install DESTDIR=$pkg
cp COPYING* NEWS $pkgdocs/
mkfinalpkg
}
sha512sums="
99f612db4bc009ac017abee6afff6121f73f759746cfbcab17a788348c294f7d6d94b0b8812fc34d716b6775fdd60039ab2a754bd1e285a9fcd73b4398157b63 itstool-2.0.6.tar.lz
"