wok view libmodplug/receipt @ rev 20880

updated emerald and emerald-themes (0.8.12.1 -> 0.8.14)
author Hans-G?nter Theisgen
date Sun Feb 24 17:33:44 2019 +0100 (2019-02-24)
parents 8f447cf2eee5
children 2aa4897bdebc
line source
1 # SliTaz package receipt.
3 PACKAGE="libmodplug"
4 VERSION="0.8.8.1"
5 CATEGORY="multimedia"
6 SHORT_DESC="A MOD playing library"
7 MAINTAINER="jozee@slitaz.org"
8 LICENSE="PublicDomain"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://modplug-xmms.sourceforge.net/"
11 WGET_URL="http://downloads.sf.net/sourceforge/modplug-xmms/$TARBALL"
12 HOST_ARCH="i486 arm"
14 DEPENDS="gcc-lib-base"
15 BUILD_DEPENDS="gcc-lib-base"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src
21 ./configure --prefix=/usr $CONFIGURE_ARGS
22 make
23 make DESTDIR=$DESTDIR install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 mkdir -p $fs/usr/lib
30 cp -a $install/usr/lib/*.so* $fs/usr/lib
31 }