smlinux/base/libkate/libkate.SMBuild
PktSurf 1ddfe9abba * Fixed indentation in base/docbook build file
* Replaced patch command with applypatch function in multiple build files in base, xorg, gtk, extra and xfce sections
2022-02-23 23:21:55 +05:30

37 lines
904 B
Text
Executable file

app=libkate
version=0.4.1
build=1sml
homepage='https://wiki.xiph.org/OggKate'
desc="codec providing karaoke and text support in Ogg"
requires="libogg libpng python3"
build() {
mkandenterbuilddir
rm -rf $app-$version
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
applypatch $srcdir/libkate-0.4.1-no-libfl.patch
libtoolize --copy --force
aclocal
automake --add-missing --copy --force-missing
./configure \
--prefix="" \
--disable-static
make
make install DESTDIR=$pkg
cp COPYING $pkgdocs/
mkfinalpkg
}
sha512sums="
f5db83caffa11ccc71626917e6199e5bb4da5d7531af33a899f2d6f452b6c104f8bf7fcc3c75d534fc1ebefff206a36b5099232aa991caefa99e883e8ad20562 libkate-0.4.1.tar.lz
f4cee4a8d309e424a51e03286a74ea6ecf403817343ea91a1c333f334e4ebf68630404b3a3393ca56b8582c8f1db4c1eea019a1141c3150fb75438e38258cdae libkate-0.4.1-no-libfl.patch
"