wok annotate libmodplug/receipt @ rev 15991

Up: prosody (0.9.3)
author Christophe Lincoln <pankso@slitaz.org>
date Sun Mar 02 14:10:27 2014 +0100 (2014-03-02)
parents b7319995b37e
children 53082fab5f1e
rev   line source
jozee@2658 1 # SliTaz package receipt.
jozee@2658 2
jozee@2658 3 PACKAGE="libmodplug"
slaxemulator@6382 4 VERSION="0.8.8.1"
jozee@2658 5 CATEGORY="multimedia"
jozee@2658 6 SHORT_DESC="A MOD playing library"
jozee@2658 7 MAINTAINER="jozee@slitaz.org"
pascal@15473 8 LICENSE="PublicDomain"
jozee@2658 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
jozee@2658 10 WEB_SITE="http://modplug-xmms.sourceforge.net/"
jozee@2658 11 WGET_URL="http://downloads.sf.net/sourceforge/modplug-xmms/$TARBALL"
jozee@2658 12
pascal@15473 13 DEPENDS="gcc-lib-base"
pascal@15473 14 BUILD_DEPENDS="gcc-lib-base"
pascal@15473 15
jozee@2658 16 # Rules to configure and make the package.
jozee@2658 17 compile_rules()
jozee@2658 18 {
jozee@2658 19 cd $src
gokhlayeh@11573 20 ./configure --prefix=/usr $CONFIGURE_ARGS
jozee@2658 21 make
pascal@15473 22 make DESTDIR=$DESTDIR install
jozee@2658 23 }
jozee@2658 24
jozee@2658 25 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@2658 26 genpkg_rules()
jozee@2658 27 {
jozee@2658 28 mkdir -p $fs/usr/lib
pascal@15473 29 cp -a $install/usr/lib/*.so* $fs/usr/lib
jozee@2658 30 }