wok-next annotate libmodplug/receipt @ rev 19999

Up qedit, qbittorrent
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Fri Oct 20 21:21:58 2017 +0200 (2017-10-20)
parents 53082fab5f1e
children c4e53a39395a
rev   line source
al@19816 1 # SliTaz package receipt v2.
jozee@2658 2
jozee@2658 3 PACKAGE="libmodplug"
al@19816 4 VERSION="0.8.9.0"
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"
al@19816 9 WEB_SITE="http://modplug-xmms.sourceforge.net/"
pankso@16084 10 HOST_ARCH="i486 arm"
jozee@2658 11
al@19816 12 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@19816 13 WGET_URL="$SF_MIRROR/modplug-xmms/$TARBALL"
al@19816 14
al@19816 15 SPLIT="libmodplug-dev"
pascal@15473 16
jozee@2658 17 # Rules to configure and make the package.
jozee@2658 18 compile_rules()
jozee@2658 19 {
al@19816 20 ./configure $CONFIGURE_ARGS && make && make install
jozee@2658 21 }
jozee@2658 22
jozee@2658 23 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@2658 24 genpkg_rules()
jozee@2658 25 {
al@19816 26 case $PACKAGE in
al@19816 27 libmodplug) copy @std;;
al@19816 28 *-dev) copy @dev;;
al@19816 29 esac
jozee@2658 30 }