wok annotate libmodplug/receipt @ rev 23039

updated libgooglepinyin and libgooglepinyin-dev (0.1.1 -> 0.1.2)
author Hans-G?nter Theisgen
date Wed Mar 04 09:31:52 2020 +0100 (2020-03-04)
parents 53082fab5f1e
children 65d7d867e0c1
rev   line source
jozee@2658 1 # SliTaz package receipt.
jozee@2658 2
jozee@2658 3 PACKAGE="libmodplug"
Hans-G?nter@21258 4 VERSION="0.8.9.0"
jozee@2658 5 CATEGORY="multimedia"
Hans-G?nter@21258 6 SHORT_DESC="A MOD playing library."
jozee@2658 7 MAINTAINER="jozee@slitaz.org"
pascal@15473 8 LICENSE="PublicDomain"
Hans-G?nter@21258 9 WEB_SITE="http://modplug-xmms.sourceforge.net/"
Hans-G?nter@21258 10
jozee@2658 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
Hans-G?nter@21258 12 WGET_URL="$SF_MIRROR/modplug-xmms/$TARBALL"
jozee@2658 13
pascal@15473 14 DEPENDS="gcc-lib-base"
pascal@15473 15 BUILD_DEPENDS="gcc-lib-base"
pascal@15473 16
Hans-G?nter@21258 17 HOST_ARCH="i486 arm"
Hans-G?nter@21258 18
jozee@2658 19 # Rules to configure and make the package.
jozee@2658 20 compile_rules()
jozee@2658 21 {
Hans-G?nter@21258 22 ./configure --prefix=/usr $CONFIGURE_ARGS &&
Hans-G?nter@21258 23 make -j 1 &&
pascal@15473 24 make DESTDIR=$DESTDIR install
jozee@2658 25 }
jozee@2658 26
jozee@2658 27 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@2658 28 genpkg_rules()
jozee@2658 29 {
jozee@2658 30 mkdir -p $fs/usr/lib
pascal@15473 31 cp -a $install/usr/lib/*.so* $fs/usr/lib
jozee@2658 32 }