wok-next annotate libmodplug/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
parents 25deb7c6df08
children
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"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15473 8 LICENSE="PublicDomain"
al@19816 9 WEB_SITE="http://modplug-xmms.sourceforge.net/"
jozee@2658 10
al@19816 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@19816 12 WGET_URL="$SF_MIRROR/modplug-xmms/$TARBALL"
al@19816 13
al@21020 14 SPLIT="$PACKAGE-dev"
pascal@15473 15
al@20472 16 compile_rules() {
al@20577 17 ./configure $CONFIGURE_ARGS &&
al@20577 18 fix libtool &&
al@20577 19 make &&
al@20577 20 make install
jozee@2658 21 }
jozee@2658 22
al@20472 23 genpkg_rules() {
al@19816 24 case $PACKAGE in
al@19816 25 libmodplug) copy @std;;
al@19816 26 *-dev) copy @dev;;
al@19816 27 esac
jozee@2658 28 }