wok-next view libmodplug/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents 3e3205b3b68f
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libmodplug"
4 VERSION="0.8.9.0"
5 CATEGORY="multimedia"
6 SHORT_DESC="A MOD playing library"
7 MAINTAINER="jozee@slitaz.org"
8 LICENSE="PublicDomain"
9 WEB_SITE="http://modplug-xmms.sourceforge.net/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$SF_MIRROR/modplug-xmms/$TARBALL"
14 SPLIT="libmodplug-dev"
16 compile_rules() {
17 ./configure $CONFIGURE_ARGS &&
18 fix libtool &&
19 make &&
20 make install
21 }
23 genpkg_rules() {
24 case $PACKAGE in
25 libmodplug) copy @std;;
26 *-dev) copy @dev;;
27 esac
28 }